#rustc-version #rustc #version

构建 rustc-simple-version

使用简单的常量访问构建项目所使用的 rustc 版本

2 个版本

0.1.1 2024年5月21日
0.1.0 2020年6月18日

#163 in 构建工具

Download history 626/week @ 2024-04-14 600/week @ 2024-04-21 527/week @ 2024-04-28 342/week @ 2024-05-05 458/week @ 2024-05-12 424/week @ 2024-05-19 530/week @ 2024-05-26 573/week @ 2024-06-02 311/week @ 2024-06-09 226/week @ 2024-06-16 884/week @ 2024-06-23 374/week @ 2024-06-30 381/week @ 2024-07-07 474/week @ 2024-07-14 337/week @ 2024-07-21 610/week @ 2024-07-28

1,802 每月下载量
用于 gerrit-grr

Apache-2.0

4KB

rustc-simple-version

crates.io docs.rs pipeline status coverage report

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。

无运行时依赖