1//! Convenience API for maintaining state, that notifies on changes. 2 3mod state; 4 5pub use state::{State, Stream}; 6pub use zlink_core::notified as traits;