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