amethystate 0.9.3

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

pub use ron_doc::RonDocument;
pub use ron_store::RonStore;