siglog 0.1.0

A minimal Tessera-compatible transparency log server
Documentation
1
2
3
4
5
//! Entry sequencer with batching support.

pub mod queue;

pub use queue::{Sequencer, SequencerConfig};