s2-lite 0.31.0

Lightweight server implementation of S2, the durable streams API, backed by object storage
Documentation
1
2
3
4
5
6
7
8
//! S2 Lite server implementation.

pub mod backend;
pub mod handlers;
pub mod init;
pub mod metrics;
pub mod server;
pub mod stream_id;