bitfield • 0.13.2This crate provides macros to generate bitfield-like struct.
INDIRECT
0
bitflags • 1.3.2A macro to generate structures which behave like bitflags.
INDIRECT
0
cast • 0.2.7Ergonomic, checked cast functions for primitive types
DIRECT
2
cfg-if • 0.1.10A 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.
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.
semver • 0.9.0Parser and evaluator for Cargo's flavor of Semantic Versioning
INDIRECT
1
semver • 1.0.24Parser and evaluator for Cargo's flavor of Semantic Versioning
INDIRECT
0
stable_deref_trait • 1.2.0An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental.
INDIRECT
0
stm32-fmc • 0.2.4Hardware Abstraction Layer for STM32 Memory Controllers (FMC/FSMC)
typenum • 1.17.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.