rstm-macros 0.1.6

procedural macros focused on streamlining the composition of Turing machines and their rules.
Documentation
1
2
3
4
5
6
7
8
9
10
/*
    Appellation: impls <module>
    Created At: 2026.03.04:15:01:34
    Contrib: @FL03
*/
#[doc(inline)]
#[allow(unused_imports)]
pub use self::fsm::impl_fsm;

pub mod fsm;