bencher • 0.1.5A port of the libtest (unstable Rust) benchmark runner to Rust stable releases. Supports running benchmarks and filtering based on the name. Benchmark execution works exactly the same way and no more (caveat: black_box is still missing!).
cast • 0.3.0Ergonomic, checked cast functions for primitive types
INDIRECT
0
cc • 1.2.51A 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.
INDIRECT
0
find-msvc-tools • 0.1.6Find windows-specific tools, read MSVC versions from the registry and from COM interfaces
INDIRECT
0
form_urlencoded • 1.2.2Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.
idna • 1.1.0IDNA (Internationalizing Domain Names in Applications) and Punycode.
DIRECT
9
itoa • 1.0.17Fast integer primitive to string conversion
INDIRECT
0
js-sys • 0.3.83Bindings 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
minicov • 0.3.8Code coverage and profile-guided optimization support for no_std and embedded programs
proc-macro2 • 1.0.105A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
unicode-normalization • 0.1.25This 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]