Docs.rs
commonware-runtime-0.0.61
commonware-runtime 0.0.61
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.61
normal
commonware-utils ^0.0.61
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
sysinfo ^0.33.0
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
83.52%
of the crate is documented
Go to latest version
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
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 pool
commonware_
runtime
0.0.61
Module pool
Module Items
Structs
In commonware_
runtime::
buffer
commonware_runtime
::
buffer
Module
pool
Copy item path
Source
Structs
ยง
Pool
A
Pool
caches pages of
Blob
data in memory.
PoolRef
A reference to a
Pool
that can be shared across threads via cloning, along with the page size that will be used with it. Provides the API for interacting with the buffer pool in a thread-safe manner.