s2-common 0.31.1

Common stuff for client and servers for S2, the durable streams API
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Common types and utilities shared across S2 crates.

pub mod bash;
pub mod caps;
pub mod deep_size;
pub mod encryption;
pub mod http;
pub mod maybe;
pub mod read_extent;
pub mod record;
pub mod types;