rpstate 0.2.0

Type-safe reactive persistence for Rust GUI apps...
Documentation
1
2
3
4
5
use rpstate_macros::rpstate;
fn build_migrations() -> rpstate::store::migration::Migrator {
    rpstate::store::migration::Migrator::new()
}
fn main() {}