bitflags • 1.3.2A macro to generate structures which behave like bitflags.
INDIRECT
0
bitflags • 2.9.1A macro to generate structures which behave like bitflags.
INDIRECT
0
cc • 1.2.27A 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.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.
INDIRECT
0
cmake • 0.1.54A build dependency for running `cmake` to build a native library
DIRECT
2
either • 1.15.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
INDIRECT
0
env_logger • 0.10.2A logging implementation for `log` which is configured via an environment
variable.
DIRECT
1
errno • 0.3.13Cross-platform interface to the `errno` variable.
INDIRECT
11
glob • 0.3.2Support for matching file paths against Unix shell style patterns.
INDIRECT
0
half • 1.8.3Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.
INDIRECT
0
home • 0.5.11Shared definitions of home directories.
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.95A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
regex • 1.8.4An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.