cfg-if • 1.0.1A 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.
cpufeatures • 0.2.17Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets,
with no_std support and support for mobile targets including Android and iOS
proc-macro2 • 1.0.95A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
typenum • 1.18.0Typenum is a Rust library for type-level numbers evaluated at
compile time. It currently supports bits, unsigned integers, and signed
integers. It also provides a type-level array of type-level numbers, but its
implementation is incomplete.
educe • 0.4.23This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.
DIRECT
10
educe • 0.5.11This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.
INDIRECT
6
enum-ordinalize-derive • 4.3.1This crate provides a procedural macro that enables enums to not only obtain the ordinal values of their variants but also allows for the construction of enums from an ordinal value.
INDIRECT
4
enum-ordinalize • 3.1.15This library enables enums to not only obtain the ordinal values of their variants but also allows for the construction of enums from an ordinal value.
INDIRECT
8
enum-ordinalize • 4.2.1This library enables enums to not only obtain the ordinal values of their variants but also allows for the construction of enums from an ordinal value.