cc • 1.2.57A 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
2
cfg-if • 1.0.4A 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.
ipnet • 2.12.0Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust's standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain.
DIRECT
6
itoa • 1.0.17Fast integer primitive to string conversion
INDIRECT
0
js-sys • 0.3.91Bindings for all JS global objects and functions in all JS environments like
Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.
INDIRECT
12
libc • 0.2.183Raw FFI bindings to platform libraries like libc.
lzma-sys • 0.1.20Raw bindings to liblzma which contains an implementation of LZMA and xz stream
encoding/decoding.
High level Rust bindings are available in the `xz2` crate.
pkg-config • 0.3.32A library to run the pkg-config system tool at build time in order to be used in
Cargo build scripts.
INDIRECT
0
plain • 0.2.3A small Rust library that allows users to reinterpret data of certain types safely.
INDIRECT
0
prefix-trie • 0.6.0Prefix trie (tree) datastructure (both a set and a map) that provides exact and longest-prefix matches.
INDIRECT
2
proc-macro2 • 1.0.106A 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.
tar • 0.4.40A Rust implementation of a TAR file reader and writer. This library does not
currently handle compression, but it is abstract over all I/O readers and
writers. Additionally, great lengths are taken to ensure that the entire
contents are never required to be entirely resident in memory all at once.
oneio • 0.20.1OneIO is a Rust library that provides unified simple IO interface for
reading and writing to and from data files from different sources and compressions.