Docs.rs
doublecrypt-core-0.1.7
doublecrypt-core 0.1.7
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
space55
Dependencies
blake3 ^1
normal
chacha20poly1305 ^0.10
normal
hkdf ^0.12
normal
lru ^0.12
normal
postcard ^1
normal
prost ^0.13
normal
rand ^0.8
normal
rustls ^0.23
normal
optional
rustls-pemfile ^2
normal
optional
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
thiserror ^1
normal
zeroize ^1
normal
Versions
51.13%
of the crate is documented
Go to latest version
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
Skip to main content
Module allocator
doublecrypt_
core
0.1.7
Module allocator
Module Items
Structs
Traits
In crate doublecrypt_
core
doublecrypt_core
Module
allocator
Copy item path
Source
Structs
§
Bitmap
Allocator
Simple bitmap-style allocator backed by a BTreeSet of free block IDs.
Traits
§
Slot
Allocator
Trait for allocating and freeing block slots.