cfg-if • 1.0.0A 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
enum_delegate_lib • 0.2.0Internal macro implementations for enum_delegate - use to implement your own macros
DIRECT
16
getrandom • 0.2.15A small cross-platform library for retrieving random data from system source
INDIRECT
3
glob • 0.3.1Support for matching file paths against Unix shell style patterns.
INDIRECT
0
impls • 1.0.3Determine if a type implements a logical trait expression.
DIRECT
0
itoa • 1.0.14Fast integer primitive to string conversion
INDIRECT
0
libc • 0.2.169Raw FFI bindings to platform libraries like libc.
proc-macro2 • 1.0.92A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.