1
0
Fork 0
forked from wry/wry
wry/units/src/lib.rs

4 lines
69 B
Rust

pub mod fixed;
pub mod scale;
pub use {fixed::Fixed, scale::Scale};