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.3.0Ergonomic, checked cast functions for primitive types
DIRECT
0
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.
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.
rand_core • 0.6.4Core random number generator traits and tools for implementation.
DIRECT
0
rtic-core • 1.0.0Core abstractions of the Real-Time Interrupt-driven Concurrency framework
INDIRECT
0
rtic-monotonic • 1.0.0Core abstractions of the Real-Time Interrupt-driven Concurrency Monotonic timers
INDIRECT
0
rtic-syntax • 1.0.3The Real-Time Interrupt-driven Concurrency (RTIC) meta language
INDIRECT
7
rustc_version • 0.2.3A library for querying the version of a installed rustc compiler
INDIRECT
2
rustc_version • 0.4.1A library for querying the version of a installed rustc compiler
INDIRECT
1
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.
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.