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.6.6A simple to use, efficient, and full-featured Command Line Argument Parser
itoa • 1.0.18Fast integer primitive to string conversion
INDIRECT
0
js-sys • 0.3.104Bindings 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.189Raw FFI bindings to platform libraries like libc.
INDIRECT
0
lock_api • 0.4.14Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.
parking_lot • 0.12.5More compact and efficient implementations of the standard synchronization primitives.
INDIRECT
9
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.
scopeguard • 1.2.0A RAII scope guard that will run a given closure when it goes out of scope,
even if the code between panics (assuming unwinding panic).
Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as
shorthands for guards with one of the implemented strategies.