Docs.rs
commonware-runtime-0.0.54
commonware-runtime 0.0.54
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
patrick-ogrady
Dependencies
async-lock ^3.4.0
normal
bytes ^1.7.1
normal
cfg-if ^1.0.0
normal
commonware-macros ^0.0.54
normal
commonware-utils ^0.0.54
normal
futures ^0.3.31
normal
governor ^0.6.3
normal
io-uring ^0.7.4
normal
optional
libc ^0.2.172
normal
opentelemetry ^0.28.0
normal
prometheus-client ^0.22.3
normal
rand ^0.8.5
normal
rayon ^1.10.0
normal
sha2 ^0.10.8
normal
thiserror ^2.0.12
normal
tracing ^0.1.41
normal
tracing-opentelemetry ^0.29.0
normal
tracing-subscriber ^0.3.19
normal
axum ^0.8.1
normal
criterion ^0.5.1
normal
opentelemetry-otlp ^0.28.0
normal
opentelemetry_sdk ^0.28.0
normal
tokio ^1.43.0
normal
getrandom ^0.2.15
normal
Versions
85.28%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
commonware_
runtime
0.0.54
Module buffer
Module Items
Structs
In crate commonware_
runtime
commonware_runtime
Module
buffer
Copy item path
Source
Expand description
Buffers for reading and writing to
crate::Blob
s.
Structs
ยง
Read
A reader that buffers content from a
Blob
to optimize the performance of a full scan of contents.
Write
A writer that buffers content to a
Blob
to optimize the performance of appending or updating data.