typestate 0.8.0

A proc macro DSL for typestates
Documentation
1
2
3
4
5
6
use typestate_proc_macro::typestate;

#[typestate]
mod m {}

fn main() {}