2024-01-10 18:53:19 -08:00

7 lines
82 B
Rust

#![warn(missing_docs)]
//! Various utilities
pub mod constants;
pub mod timing;