smithay/src/utils/mod.rs

6 lines
95 B
Rust
Raw Normal View History

2017-09-22 08:46:00 +00:00
//! Various utilities functions and types
mod rectangle;
pub use self::rectangle::Rectangle;