Zer0 Secret Stream
Secret Stream
Zer0 Secret Stream
Noise-style secret stream with handshakes, framing, bridge IO, tunables, metrics, and typed errors.
At a glance
| Field | Value |
|---|---|
| Crate/package | zer0-secret-stream |
| Version | 0.1.0 |
| Source | network/zer0-secret-stream |
| Public structs | 10 |
| Public enums | 4 |
| Public traits | 0 |
| Public functions | 25 |
| Public method targets | 4 |
What developers should learn here
Noise-style secret stream with handshakes, framing, bridge IO, tunables, metrics, and typed errors. The pages in this section are shaped around this package's real modules and exported symbols, not a fixed template. Use the API Surface page as the coverage ledger and the workflow pages for how to compose the primitives.
Page map
Handshake
Noise IK handshake and session setup.
Framing
Frame layout and record splitting.
Bridge IO
AsyncRead/Write bridge over a session.
Tunables and Metrics
Session tunables and metrics.
API Surface
Complete ledger of exported types, traits, and functions.
Source modules
bridge— network/zer0-secret-stream/src/lib.rscodec— network/zer0-secret-stream/src/lib.rsconfig— network/zer0-secret-stream/src/lib.rserrors— network/zer0-secret-stream/src/lib.rshandshake— network/zer0-secret-stream/src/lib.rsmetrics— network/zer0-secret-stream/src/lib.rs