#display #format #fmt #no-std

no-std fmtex

额外的格式适配器

1 个不稳定版本

0.1.0 2024 年 8 月 7 日

20#fmt

Download history 114/week @ 2024-08-05

114 每月下载次数

MIT 许可证

6KB
128

fmtex

额外的格式适配器。

如何使用

使用以下命令将依赖项添加到您的项目中

cargo add fmtex

使用库特质来格式化内容

use fmtex::FormatRefIterator;

let s = [1, 2, 3].joined(", ").to_string();
assert_eq!(s, "1, 2, 3");

无运行时依赖