cast • 0.3.0Ergonomic, checked cast functions for primitive types
INDIRECT
0
cc • 1.2.16A 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.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.
itoa • 1.0.15Fast integer primitive to string conversion
INDIRECT
0
js-sys • 0.3.77Bindings 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.
pretty_assertions • 0.6.1Overwrite `assert_eq!` and `assert_ne!` with drop-in replacements, adding colorful diffs.
DIRECT
11
proc-macro2 • 1.0.94A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
INDIRECT
1
proptest • 1.6.0Hypothesis-like property-based testing and shrinking.
regex • 1.8.4An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
web-sys • 0.3.77Bindings for all Web APIs, a procedurally generated crate from WebIDL
INDIRECT
15
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.
bitvec • 1.0.1Addresses memory by bits, for packed collections and bitfields
DIRECT
4
clap • 2.34.0A simple to use, efficient, and full-featured Command Line Argument Parser
INDIRECT
3
darling_core • 0.13.4Helper crate for proc-macro library for reading attributes into structs when
implementing custom derives. Use https://crates.io/crates/darling in your code.
INDIRECT
7
darling_macro • 0.13.4Internal support for a proc-macro library for reading attributes into structs when
implementing custom derives. Use https://crates.io/crates/darling in your code.
INDIRECT
8
darling • 0.13.4A proc-macro library for reading attributes into structs when
implementing custom derives.
plotters • 0.3.7A Rust drawing library focus on data plotting for both WASM and native applications
INDIRECT
20
radium • 0.7.0Portable interfaces for maybe-atomic types
INDIRECT
0
strsim • 0.10.0Implementations of string similarity metrics. Includes Hamming, Levenshtein,
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
INDIRECT
0
tap • 1.0.1Generic extensions for tapping values in Rust
INDIRECT
0
textwrap • 0.11.0Powerful library for word wrapping, indenting, and dedenting strings