amethystate 0.9.1

Type-safe reactive persistence for Rust GUI apps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod field;
pub mod map;
pub mod pipeline;

pub use crate::migration::node::*;
pub use amethystate_core::access::*;
pub use amethystate_core::change::*;
pub use amethystate_core::primitives::intercept::*;
pub use amethystate_core::primitives::map_core::{
    InterceptorAny, InterceptorKey, SubscriberAny, SubscriberKey,
};
pub use amethystate_core::primitives::signal::*;
pub use field::*;
pub use map::*;
pub use pipeline::*;