forked from ROMEO/nexosim
Document observable states
This commit is contained in:
@ -1 +1,2 @@
|
||||
/// Observable states.
|
||||
pub mod observables;
|
||||
|
@ -1,3 +1,9 @@
|
||||
//! Observable states.
|
||||
//!
|
||||
//! This module contains types used to implement states automatically propagated
|
||||
//! to output on change.
|
||||
//!
|
||||
|
||||
use std::ops::Deref;
|
||||
|
||||
use asynchronix::ports::Output;
|
||||
|
Reference in New Issue
Block a user