cfg-if • 1.0.4A 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.
DIRECT
0
core_detect • 1.0.0A `no_std` version of the `std::is_x86_feature_detected!` macro.
DIRECT
0
itoa • 1.0.18Fast integer primitive to string conversion
INDIRECT
0
multiversion_no_op • 1.0.0Provides a pass-through function attribute called multiversion for optimizing build times
proc-macro2 • 1.0.107A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
scopeguard • 1.2.0A RAII scope guard that will run a given closure when it goes out of scope,
even if the code between panics (assuming unwinding panic).
Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as
shorthands for guards with one of the implemented strategies.