wiwiwiwiwiwiwiwiwiwi/
lsl.rs

1
2
3
4
#[macro_export]
macro_rules! state {
	($state:ident) => { stringify!($state) }
}