stroming 0.0.10

Traits for a stream store, with an in-memory implementation.
Documentation
1
2
3
4
5
mod memory_stream_store;
mod store;

pub use crate::memory_stream_store::store::MemoryStreamStore;
pub use crate::store::*;