We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5597f65 commit 92e72bcCopy full SHA for 92e72bc
README.md
@@ -10,6 +10,11 @@ A library for querying the version of a `rustc` compiler.
10
This can be used by build scripts or other tools dealing with Rust sources
11
to make decisions based on the version of the compiler. Current MSRV is 1.32.0.
12
13
+If this is of interest, also consider looking at these other crates:
14
+
15
+* [autocfg](https://crates.io/crates/autocfg/), which helps with feature detection instead of depending on compiler versions
16
+* [rustversion](https://github.com/dtolnay/rustversion) provides a procedural macro with no other dependencies
17
18
# Getting Started
19
20
[rustc-version-rs is available on crates.io](https://crates.io/crates/rustc_version).
0 commit comments