1 2 3 4 5 6 7
mod rex; mod xpcolor; pub mod prelude { pub use crate::rex::*; pub use crate::xpcolor::*; }