amethystate 0.9.2

Type-safe reactive persistence for Rust GUI apps
Documentation
1
2
3
4
5
6
mod inspector;
pub mod json_doc;
pub mod json_store;

pub use json_doc::JsonDocument;
pub use json_store::JsonStore;