mitrid_core 0.9.4

Core library of the Mitrid framework
1
2
3
4
5
6
use mitrid_core::app::Env as BasicEnv;

#[derive(Copy, Clone)]
pub struct Env {}

impl BasicEnv for Env {}