Skip to main content

zoon/
lib.rs

1#![feature(never_type, const_trait_impl)]
2mod state;
3pub use state::state::state::State;
4#[allow(warnings)]
5#[cfg(test)]
6mod test_state {
7
8    #[test]
9    fn set_state() {
10        
11    }
12}