peace_state_rt 0.0.15

State runtime logic for the peace automation framework.
Documentation
1
2
3
4
5
//! State runtime logic for the peace automation framework.

pub use crate::states_serializer::StatesSerializer;

mod states_serializer;