Docs.rs
s2-storage-0.1.2
s2-storage 0.1.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
shikhar
github:s2-streamstore:dev
Dependencies
aegis ^0.9
normal
aes-gcm ^0.10
normal
blake3 ^1.8
normal
bytes ^1.11
normal
rand ^0.10
normal
s2-common ^0.40
normal
secrecy ^0.10.3
normal
serde ^1.0
normal
thiserror ^2.0
normal
proptest ^1.11
dev
rstest ^0.26
dev
Versions
9.8%
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
Files
s2_storage/
lib.rs
1
//! Storage/backend shared code for S2.
2
3
pub mod
bash;
4
pub mod
record;