1extern crate strum; 2#[macro_use] 3extern crate strum_macros; 4mod raw; 5pub mod sweconst; 6pub mod swerust;