gupaxx/src/utils/mod.rs
Louis-Marie Baer 045dd7ab03 feat: separate logic into smaller modules
The original sources, while well documented, had files with over 2.5K LoC.
Separating the logic in different modules add clarity making the code easier to work with.
2024-03-03 08:37:35 +01:00

10 lines
155 B
Rust

pub mod constants;
pub mod errors;
pub mod ferris;
pub mod human;
pub mod macros;
pub mod panic;
pub mod regex;
pub mod resets;
pub mod sudo;
pub mod xmr;