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.56A simple to use, efficient, and full-featured Command Line Argument Parser
itoa • 1.0.17Fast integer primitive to string conversion
INDIRECT
0
litrs • 1.0.0Parse and inspect Rust literals (i.e. tokens in the Rust programming language
representing fixed values). Particularly useful for proc macros, but can also
be used outside of a proc-macro context.
pretty_assertions • 1.4.1Overwrite `assert_eq!` and `assert_ne!` with drop-in replacements, adding colorful diffs.
DIRECT
2
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.
regex • 1.8.4An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.