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
bitflags • 2.6.0A macro to generate structures which behave like bitflags.
INDIRECT
0
cc • 1.2.5A 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.
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.
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
env_logger • 0.9.3A logging implementation for `log` which is configured via an environment
variable.
INDIRECT
24
errno • 0.3.10Cross-platform interface to the `errno` variable.
INDIRECT
11
glob • 0.3.1Support for matching file paths against Unix shell style patterns.
peeking_take_while • 0.1.2Like `Iterator::take_while`, but calls the predicate on a peeked value. This allows you to use `Iterator::by_ref` and `Iterator::take_while` together, and still get the first value for which the `take_while` predicate returned false after dropping the `by_ref`.
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.
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.
INDIRECT
0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.
clap • 2.34.0A simple to use, efficient, and full-featured Command Line Argument Parser
INDIRECT
12
fs_extra • 1.3.0Expanding std::fs and std::io. Recursively copy folders with information about process and much more.
INDIRECT
0
nom • 7.1.3A byte-oriented, zero-copy, parser combinators library
INDIRECT
2
strsim • 0.8.0Implementations of string similarity metrics. Includes Hamming, Levenshtein,
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
INDIRECT
0
textwrap • 0.11.0Powerful library for word wrapping, indenting, and dedenting strings
INDIRECT
1
void • 1.0.2The uninhabited void type for use in statically impossible cases.
INDIRECT
0
which • 4.4.2A Rust equivalent of Unix command "which". Locate installed executable in cross platforms.