kanban-persistence 0.3.0

Persistence layer for the kanban project management tool with progressive saving and multi-instance support
Documentation
1
2
3
4
5
pub mod atomic_writer;
pub mod json_file_store;

pub use atomic_writer::AtomicWriter;
pub use json_file_store::{JsonEnvelope, JsonFileStore};