sfsm 0.4.3

Static state machine generator for no_std and embedded environments
Documentation
1
2
3
4
5
6
7
#![cfg_attr(not(test), no_std)]
#![doc = include_str!("../README.md")]
extern crate sfsm_proc;
extern crate sfsm_base;

pub use sfsm_proc::*;
pub use sfsm_base::*;