mitrid_core 0.9.4

Core library of the Mitrid framework
1
2
3
use mitrid_core::io::Session as BasicSession;

pub type Session = BasicSession<()>;