const_format_crates:编译时字符串格式

时间:2024-05-23 03:16:24
【文件属性】:

文件名称:const_format_crates:编译时字符串格式

文件大小:152KB

文件格式:ZIP

更新时间:2024-05-23 03:16:24

rust macros Rust

编译时字符串格式。 此板条箱提供了用于在编译时格式化字符串的类型和宏。 锈版本 有些功能需要Rust 1.46.0,而有些功能则需要每晚使用Rust,以下各节介绍了可用的功能。 锈1.46.0 这些宏是Rust 1.46.0中唯一可用的东西: :将integers , bool和&str常量连接为&'static str常量。 : 的格式,它接受integers , bool和&str常量,并发出&'static str常量。 每晚生锈 通过启用“ fmt”功能,可以使用类似的API。 这需要使用夜间编译器,因为它使用const fn中的可变引用,在编写这些文档时尚未稳定。 此板条箱的所有其他功能都在 API的顶部实现: :将许多标准库和用户定义的类型连接为一个&'static str常量。 : 的宏,可以将许多标准库和用户定义的类型格式化为&'static s


【文件预览】:
const_format_crates-master
----const_format()
--------Cargo.toml(1KB)
--------src()
--------tests()
----Cargo.toml(118B)
----.github()
--------workflows()
----print_errors()
--------Cargo.toml(235B)
--------src()
----commit.sh(204B)
----print_warnings()
--------Cargo.toml(258B)
--------src()
----README.md(9KB)
----const_format_proc_macros()
--------Cargo.toml(995B)
--------src()
----LICENSE-ZLIB.md(855B)
----.gitignore(50B)
----Changelog.md(5KB)

网友评论