cfg-if • 1.0.3A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.
INDIRECT
0
either • 1.15.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
INDIRECT
0
elain • 0.3.1Set a type's minimum alignment with const generics.
DIRECT
0
getrandom • 0.2.16A small cross-platform library for retrieving random data from system source
INDIRECT
3
glob • 0.3.3Support for matching file paths against Unix shell style patterns.
proc-macro2 • 1.0.101A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.