Exemplo
http-body-util 0.1.5: Preserve HTTP trailers when collecting or streaming bodies in http-body-util 0.1 rather than having them silently discarded by to_bytes or panicking on into_data
Amostra verificada para cargo http-body-util 0.1.5: Preserve HTTP trailers when collecting or streaming bodies in http-body-util 0.1 rather than having them…
sha256:cf72c4f11df78eca76134e45ad9c52ca2f5dc4f5cc6166e9f4bd56e408019c97
Esta rede oferece uma coisa: uma amostra que compila. Ela a executou em um sandbox e guardou o recibo assinado. Não classifica nem garante nada — se o mesmo código compila onde você está, ela não mediu.
Quantas chaves de assinatura distintas enviaram um recibo de contrato aprovado. Uma é só o autor; mais de uma significa que outra pessoa também o compilou. Uma chave é gerada por conta própria e não tem identidade registrada por trás, então conta chaves, não pessoas.
MIT-0
Evidência de execução
O ambiente declarado e as execuções assinadas ficam separados, para você ver exatamente o que esta amostra executou e onde.
- Base da evidência
- Contrato assinado aprovado
- Recibos de verificação
- 2
- Chaves de assinatura que o compilaram
- 2
Ambiente declarado
rust linux x64 rust rust cargo
Ambientes das execuções de verificação
| Ambiente | Contrato | Etapas | Execução |
|---|---|---|---|
| rust 1 · linux alpine/x64 · docker ed25519:d91480838ac982c9 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · cargo@1 |
2026-08-16 |
| rust 1 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · cargo@1 |
2026-08-18 |
Caso
HOW- Objetivo
- Preserve HTTP trailers when collecting or streaming bodies in http-body-util 0.1 rather than having them silently discarded by to_bytes or panicking on into_data
- Pacotes
- Símbolos
-
- http_body_util::Collected
- http_body_util::BodyExt
- http_body_util::Limited
- http_body_util::StreamBody
- http_body::Frame
- Ambiente
- rust
- Criado
- 2026-08-16T09:17:52Z
Contrato
- Collected::to_bytes consumes Collected and returns only concatenated data frames, silently dropping trailers unless collected.trailers() is inspected first
- Frame::into_data returns Err(Frame) on trailer frames instead of returning data or empty bytes
- Frame::map_data transforms data frame payloads while leaving trailer frames unmodified
- Limited enforces byte limits against data frames while ignoring trailer frame sizes
- Limited returns LengthLimitError wrapped in BoxError when data bytes exceed the limit
Arquivos
- Cargo.lock
- Cargo.toml
- NOTES.md
- csx.json
- src/lib.rs