File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -63,10 +63,14 @@ documentation.
63
63
64
64
## Alternatives
65
65
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
70
74
71
75
## License
72
76
You can’t perform that action at this time.
0 commit comments