Skip to content

Commit 92e72bc

Browse files
committed
Link to other relevant crates
1 parent 5597f65 commit 92e72bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ A library for querying the version of a `rustc` compiler.
1010
This can be used by build scripts or other tools dealing with Rust sources
1111
to make decisions based on the version of the compiler. Current MSRV is 1.32.0.
1212

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+
1318
# Getting Started
1419

1520
[rustc-version-rs is available on crates.io](https://crates.io/crates/rustc_version).

0 commit comments

Comments
 (0)