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.
INDIRECT
0
const_fn • 0.4.10A lightweight attribute for easy generation of const functions with conditional compilations.
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.
INDIRECT
1
psl-types • 2.0.11Common types for the public suffix implementation crates
unicode-normalization • 0.1.24This crate provides functions for normalization of
Unicode strings, including Canonical and Compatible
Decomposition and Recomposition, as described in
Unicode Standard Annex #15.
INDIRECT
2
utf8_iter • 1.0.4Iterator by char over potentially-invalid UTF-8 in &[u8]
INDIRECT
0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.
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.
darling_core • 0.10.2Helper 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.10.2Internal 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.10.2A proc-macro library for reading attributes into structs when
implementing custom derives.
INDIRECT
9
derive-new • 0.5.9`#[derive(new)]` implements simple constructor functions for structs and enums.
INDIRECT
4
discard • 1.0.4Discard trait which allows for intentionally leaking memory
INDIRECT
0
strsim • 0.9.3Implementations of string similarity metrics. Includes Hamming, Levenshtein,
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
INDIRECT
0
MPL-2.02
Package
Relation
Dependencies
Published
colored • 2.2.0The most simple way to add colors in your terminal
INDIRECT
11
rspec • 1.0.0Write Rspec-like tests with stable rust