cast • 0.3.0Ergonomic, checked cast functions for primitive types
INDIRECT
0
cc • 1.4.7A 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.5A 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.
either • 1.18.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
INDIRECT
0
find-msvc-tools • 0.1.13Find windows-specific tools, read MSVC versions from the registry and from COM interfaces
INDIRECT
0
flate2 • 1.1.10DEFLATE compression and decompression exposed as Read/BufRead/Write streams.
Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,
and raw deflate streams.
itoa • 1.0.18Fast integer primitive to string conversion
INDIRECT
0
js-sys • 0.3.105Bindings 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.
proc-macro2 • 1.0.107A 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.
web-sys • 0.3.105Bindings for all Web APIs, a procedurally generated crate from WebIDL
INDIRECT
18
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.
plotters • 0.3.7A Rust drawing library focus on data plotting for both WASM and native applications
INDIRECT
23
slab • 0.4.12Pre-allocated storage for a uniform data type
INDIRECT
0
textwrap • 0.11.0Library for word wrapping, indenting, and dedenting strings. Has optional support for Unicode and emojis as well as machine hyphenation.
libdeflate-sys • 1.26.1Bindings to libdeflate for DEFLATE (de)compression exposed as non-streaming buffer
operations. Contains bindings for raw deflate, zlib, and gzip data.
DIRECT
3
Apache-2.0 OR BSL-1.01
Package
Relation
Dependencies
Published
ryu • 1.0.23Fast floating point to string conversion
INDIRECT
0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
Package
Relation
Dependencies
Published
unicode-ident • 1.0.26Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31