2 个版本
0.1.1 | 2024年5月21日 |
---|---|
0.1.0 | 2020年6月18日 |
#163 in 构建工具
1,802 每月下载量
用于 gerrit-grr
4KB
rustc-simple-version
rustc-simple-version
包提供了一个简单的常量,用于暴露编译项目所使用的 rustc
版本。
use rustc_simple_version::RUSTC_VERSION;
println!("Built using {}", RUSTC_VERSION);
与此相比,rustc_version
意在作为你的 build.rs
构建依赖项使用,而此包应在运行时使用。
许可证
rustc-simple-version 由 (C) 2020 Kunal Mehta 所著,根据 Apache 2.0 或更高版本发布,有关详细信息请参阅 LICENSE。