Reorganize
This commit is contained in:
11
crates/lib/toolbox/src/lib.rs
Normal file
11
crates/lib/toolbox/src/lib.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
//! This crate contains various bits of useful code that don't fit anywhere else.
|
||||
|
||||
pub mod mime;
|
||||
pub mod misc;
|
||||
pub mod strings;
|
||||
|
||||
#[cfg(feature = "cli")]
|
||||
pub mod cli;
|
||||
|
||||
#[cfg(feature = "cli")]
|
||||
pub mod logging;
|
||||
Reference in New Issue
Block a user