async-recorder 0.3.1

Store records without waiting for your persistence backend
Documentation
1
2
3
4
5
mod recorder;
mod storage;

pub use recorder::Recorder;
pub use storage::Storage;