5 个稳定版本
使用旧的 Rust 2015
1.0.4 | 2017年1月28日 |
---|---|
1.0.3 | 2017年1月27日 |
#22 in #real
4KB
og_fmt
— 真正的 format!
请站起来?
O.G. Rust 系列™ — 真正的 Rust
💯% 真实 Rust · 不接受替代 💯%
og_fmt
恢复了传奇的 fmt!
宏!2013 年从 Rust 中移除,fmt!
是对 Rust 字符串格式化范式的更原始的解释。有人说,将 fmt!
重命名为 format!
是 Rust 历史上的最大错误。我们永远不会知道可能会发生什么,但我们仍然可以重新捕捉到一点那种原始的格式化感觉。
看吧!fmt!
示例
#[macro_use]
extern crate og_fmt;
fn main() {
let msg = fmt!("Original fmt! is the #{} fmt!", 1);
println!("{}", msg);
}
关于 O.G. Rust 系列™
O.G. Rust 系列™ — 真正的 Rust,逐个恢复 Rust 的原始设计。O.G. Rust 系列™ 仓库源自 Rust 编译器历史版本的原版源代码,并提供了今天最真实的 Rust 体验。
享受 O.G Rust 系列™ 中的其他优秀仓库,并分享您最喜欢的 #OGRust
许可证
MIT / Apache-2.0