Docs.rs
commonware-runtime-0.0.65
commonware-runtime 0.0.65
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
patrick-ogrady
Dependencies
arbitrary ^1.4.1
normal
optional
async-lock ^3.4.0
normal
bytes ^1.7.1
normal
cfg-if ^1.0.0
normal
commonware-codec ^0.0.65
normal
commonware-conformance ^0.0.65
normal
optional
commonware-cryptography ^0.0.65
normal
commonware-macros ^0.0.65
normal
commonware-parallel ^0.0.65
normal
commonware-utils ^0.0.65
normal
futures ^0.3.31
normal
governor ^0.10.2
normal
io-uring ^0.7.4
normal
optional
libc ^0.2.172
normal
opentelemetry ^0.31.0
normal
pin-project ^1.1.10
normal
optional
prometheus-client ^0.24.0
normal
rand ^0.8.5
normal
rand_core ^0.6.4
normal
rayon ^1.10.0
normal
sha2 ^0.10.8
normal
sysinfo ^0.37.2
normal
thiserror ^2.0.12
normal
tracing ^0.1.41
normal
tracing-opentelemetry ^0.32.0
normal
tracing-subscriber ^0.3.19
normal
axum ^0.8.1
normal
console-subscriber ^0.5.0
normal
optional
criterion ^0.7.0
normal
opentelemetry-otlp ^0.31.0
normal
opentelemetry_sdk ^0.31.0
normal
tokio ^1.43.0
normal
getrandom ^0.2.15
normal
Versions
84.65%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module buffer
commonware_
runtime
0.0.65
Module buffer
Module Items
Re-exports
Modules
Structs
In commonware_
runtime::
utils
commonware_runtime
::
utils
Module
buffer
Copy item path
Source
Expand description
Buffers for reading and writing to
crate::Blob
s.
Re-exports
§
pub use pool::
PoolRef
;
Modules
§
pool
Blob wrappers for reading and writing data with integrity guarantees, plus a buffer pool that manages read caching over the data.
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 the raw content of a
Blob
to optimize the performance of appending or updating data.