bitflags • 1.3.2A macro to generate structures which behave like bitflags.
INDIRECT
0
cast • 0.3.0Ergonomic, checked cast functions for primitive types
INDIRECT
0
cc • 1.2.29A build-time dependency for Cargo build scripts to assist in invoking the native
C compiler to compile native C code into a static archive to be linked into Rust
code.
INDIRECT
1
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.
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.
num • 0.3.1A collection of numeric types and traits for Rust, including bigint,
complex, rational, range iterators, generic integers, and more!
INDIRECT
6
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.
INDIRECT
0
semver • 1.0.26Parser and evaluator for Cargo's flavor of Semantic Versioning
INDIRECT
0
shlex • 1.3.0Split a string into shell words, like Python's shlex.
INDIRECT
0
spidev • 0.5.2Provides access to the Linux spidev interface. This
interface allows for configuration of the spidev device,
half-duplex SPI access, and full-duplex SPI access.
INDIRECT
8
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
sysfs_gpio • 0.6.2Provides access to GPIOs using the Linux sysfs interface.