zlink-smol 0.4.1

zlink library for the smol runtime
Documentation
1
2
3
4
5
6
//! Convenience API for maintaining state, that notifies on changes.

mod state;

pub use state::{State, Stream};
pub use zlink_core::notified as traits;