Docs.rs
commonware-stream-0.0.55
commonware-stream 0.0.55
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
patrick-ogrady
Dependencies
bytes ^1.7.1
normal
chacha20poly1305 ^0.10.1
normal
commonware-codec ^0.0.55
normal
commonware-cryptography ^0.0.55
normal
commonware-macros ^0.0.55
normal
commonware-runtime ^0.0.55
normal
commonware-utils ^0.0.55
normal
futures ^0.3.31
normal
hkdf ^0.12.4
normal
rand ^0.8.5
normal
thiserror ^2.0.12
normal
x25519-dalek ^2.0.1
normal
zeroize ^1.5.7
normal
criterion ^0.5.1
dev
Versions
60.66%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
commonware_stream/utils/
mod.rs
1
//! Utility functions for the stream module.
2
3
pub mod
codec;