Skip to content

Commit 7d81cbd

Browse files
Mention 'autocfg' as an alternative.
Co-authored-by: Aleksey Kladov <[email protected]>
1 parent 0ccb306 commit 7d81cbd

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,14 @@ documentation.
6363

6464
## Alternatives
6565

66-
This crate is dead simple with no dependencies. If you need something more
67-
and don't care about panicking if the version cannot be obtained, or if you
68-
don't mind adding dependencies, see
69-
[rustc_version](https://crates.io/crates/rustc_version).
66+
This crate is dead simple with no dependencies. If you need something more and
67+
don't care about panicking if the version cannot be obtained, or if you don't
68+
mind adding dependencies, see [rustc_version]. If you'd instead prefer a feature
69+
detection library that works by dynamically invoking `rustc` with a
70+
representative code sample, see [autocfg].
71+
72+
[rustc_version]: https://crates.io/crates/rustc_version
73+
[autocfg]: https://crates.io/crates/autocfg
7074

7175
## License
7276

0 commit comments

Comments
 (0)