Skip to content

Commit

Permalink
Link to other relevant crates
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Jan 11, 2021
1 parent 5597f65 commit 92e72bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ A library for querying the version of a `rustc` compiler.
This can be used by build scripts or other tools dealing with Rust sources
to make decisions based on the version of the compiler. Current MSRV is 1.32.0.

If this is of interest, also consider looking at these other crates:

* [autocfg](https://crates.io/crates/autocfg/), which helps with feature detection instead of depending on compiler versions
* [rustversion](https://github.com/dtolnay/rustversion) provides a procedural macro with no other dependencies

# Getting Started

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

0 comments on commit 92e72bc

Please sign in to comment.