s2-common 0.37.0

Common stuff for client and servers for S2, the durable streams API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! 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;
#[cfg(feature = "resource_spec")]
pub mod resource_spec;
pub mod types;