embedded-time • 0.12.1Fully defined, inter-operable, ergonomic, and fast human-time units (both duration and rate types) with hardware timer abstraction and software timers.
DIRECT
7
fugit-timer • 0.1.3A Count Down Timer abstaction that uses fugit time primitives
DIRECT
3
fugit • 0.3.7Time library for embedded targets with ease-of-use and performance first.
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.
rtic-monotonic • 1.0.0Core abstractions of the Real-Time Interrupt-driven Concurrency Monotonic timers
DIRECT
0
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.26Parser 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.