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
either • 1.15.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
DIRECT
0
env_logger • 0.10.2A logging implementation for `log` which is configured via an environment
variable.
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.