cast • 0.3.0Ergonomic, checked cast functions for primitive types
INDIRECT
0
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.
DIRECT
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.
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.
plain • 0.2.3A small Rust library that allows users to reinterpret data of certain types safely.
INDIRECT
0
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.
INDIRECT
1
proptest • 0.9.6Hypothesis-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.
INDIRECT
1
rustc_version • 0.4.1A library for querying the version of a installed rustc compiler
web-sys • 0.3.91Bindings for all Web APIs, a procedurally generated crate from WebIDL
INDIRECT
13
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
18
scroll_derive • 0.10.5A macros 1.1 derive implementation for Pread and Pwrite traits from the scroll crate
INDIRECT
4
scroll • 0.10.2A suite of powerful, extensible, generic, endian-aware Read/Write traits for byte buffers
DIRECT
5
textwrap • 0.11.0Library for word wrapping, indenting, and dedenting strings. Has optional support for Unicode and emojis as well as machine hyphenation.
INDIRECT
1
MIT OR Unlicense7
Package
Relation
Dependencies
Published
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.
wit-bindgen • 0.51.0Rust bindings generator and runtime support for WIT and the component model.
Used when compiling Rust programs to the component model.
INDIRECT
0
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.24Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31
INDIRECT
0
BSD-2-Clause1
Package
Relation
Dependencies
Published
cloudabi • 0.0.3Low level interface to CloudABI. Contains all syscalls and related types.
INDIRECT
1
non-standard1
Package
Relation
Dependencies
Published
fuchsia-cprng • 0.1.1Rust crate for the Fuchsia cryptographically secure pseudorandom number generator
INDIRECT
0
Apache-2.0 OR LGPL-2.1-or-later OR MIT1
Package
Relation
Dependencies
Published
r-efi • 5.3.0UEFI Reference Specification Protocol Constants and Definitions
INDIRECT
0
ISC1
Package
Relation
Dependencies
Published
rdrand • 0.4.0An implementation of random number generator based on rdrand and rdseed instructions