Some checks failed
CI / Check typos (push) Has been cancelled
CI / Check links (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Build and test (push) Has been cancelled
CI / Build container (push) Has been cancelled
CI / Deploy on waypoint (push) Has been cancelled
11 lines
193 B
Rust
11 lines
193 B
Rust
//! This crate contains various bits of useful code that don't fit anywhere else.
|
|
|
|
pub mod env;
|
|
pub mod strings;
|
|
|
|
#[cfg(feature = "cli")]
|
|
pub mod cli;
|
|
|
|
#[cfg(feature = "cli")]
|
|
pub mod logging;
|