kx-utils/src/lib.rs

7 lines
99 B
Rust
Raw Normal View History

#![allow(unused_imports)]
2025-01-08 21:05:51 +00:00
//
2025-01-08 21:05:51 +00:00
mod newtype;
/// Alias for [format] macro.
pub use std::format as f;