reusable-fmt:STD的可重用格式字符串

时间:2024-04-24 14:21:04
【文件属性】:

文件名称:reusable-fmt:STD的可重用格式字符串

文件大小:7KB

文件格式:ZIP

更新时间:2024-04-24 14:21:04

Rust

可重用的fmt 宏的可重用格式字符串 初始发行 此板条箱为std::fmt宏(如write!提供了编译时定义的格式字符串支持write! , print! format! , ETC。 安装 Cargo.toml : [ dependencies ] reusable-fmt = { git = https://github.com/rupansh/reusable-fmt } src.rs : use reusable_fmt :: * ; 用法示例 use reusable_fmt :: * ; // This defines your format strings fmt_reuse! { TEST1 = "This is a test! {}" ; TEST2 = "You can pass multiple format args! {} {}" ;


【文件预览】:
reusable-fmt-master
----.gitignore(8B)
----src()
--------lib.rs(5KB)
----Cargo.lock(1KB)
----LICENSE(483B)
----Cargo.toml(440B)
----README.md(2KB)
----tests()
--------consts.rs(666B)
--------mod.rs(4KB)
----build.rs(288B)

网友评论