Env config
All checks were successful
CI / Check typos (push) Successful in 8s
CI / Check links (push) Successful in 6s
CI / Clippy (push) Successful in 51s
CI / Build and test (push) Successful in 1m7s
CI / Build container (push) Successful in 45s
CI / Deploy on waypoint (push) Successful in 42s

This commit is contained in:
2025-11-06 20:45:44 -08:00
parent 4091d8b486
commit 4d8093c4a3
10 changed files with 272 additions and 31 deletions

View File

@@ -1,5 +1,6 @@
//! This crate contains various bits of useful code that don't fit anywhere else.
pub mod env;
pub mod mime;
pub mod misc;
pub mod strings;