cast • 0.3.0Ergonomic, checked cast functions for primitive types
INDIRECT
0
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
clap_builder • 4.5.53A simple to use, efficient, and full-featured Command Line Argument Parser
itoa • 1.0.15Fast 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
libc • 0.2.177Raw FFI bindings to platform libraries like libc.
proc-macro2 • 1.0.103A 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.
plotters • 0.3.7A Rust drawing library focus on data plotting for both WASM and native applications
INDIRECT
18
smawk • 0.3.2Functions for finding row-minima in a totally monotone matrix.
INDIRECT
0
textwrap • 0.16.2Library for word wrapping, indenting, and dedenting strings. Has optional support for Unicode and emojis as well as machine hyphenation.
INDIRECT
3
MIT OR Unlicense4
Package
Relation
Dependencies
Published
memchr • 2.7.6Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for
1, 2 or 3 byte search and single substring search.
DIRECT
0
same-file • 1.0.6A simple crate for determining whether two file paths point to the same file.