1 2 3 4 5 6 7 8 9
//! UI primitives re-exported from the widgets module. #![allow(non_snake_case)] pub use crate::widgets::*; #[cfg(test)] #[path = "tests/primitives_tests.rs"] mod tests;