Re-exports§
pub use reactive::AmeState;pub use reactive::AmeStateNode;pub use reactive::Field;pub use reactive::ReactiveMap;pub use reactive::ReadOnlyField;pub use reactive::StoreSubscription;pub use reactive::WritableField;pub use store::AmeStateSlice;pub use store::StateScope;pub use store::Store;pub use store::StoreEvent;pub use store::StoreOp;pub use store::SubscriptionKind;pub use store::builder::StoreBuilder;pub use store::config::StoreConfig;pub use store::default::DefaultStore;pub use store::join_path;pub use migration::MigrationContext;pub use migration::MigrationError;pub use migration::MigrationPlan;pub use migration::MigrationReport;pub use inventory;pub use serde;pub use uuid;
Modules§
Macros§
Structs§
- Change
- Intercept
Disposer - Pipeline
- Reactive
Scope - Read
Only - Read
Only Mode - Signal
- Signal
Subscription - Writable
- Writable
Mode
Enums§
Traits§
Functions§
Type Aliases§
Attribute Macros§
- amethystate
- Generates a persistent state wrapper for a struct.
- migrate
- Transforms a function into a migration step between two state versions.