7 lines
117 B
Rust
7 lines
117 B
Rust
#![allow(unused_imports)]
|
|
//
|
|
mod experimental;
|
|
mod newtype;
|
|
|
|
/// Alias for [format] macro.
|
|
pub use std::format as f;
|