7 lines
82 B
Rust
7 lines
82 B
Rust
#![warn(missing_docs)]
|
|
|
|
//! Various utilities
|
|
|
|
pub mod constants;
|
|
pub mod timing;
|