backtrace • 0.3.76A library to acquire a stack trace (backtrace) at runtime in a Rust program.
DIRECT
10
bitflags • 2.11.0A macro to generate structures which behave like bitflags.
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.
object • 0.37.3A unified interface for reading and writing object file formats.
INDIRECT
1
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.
nom • 7.1.3A byte-oriented, zero-copy, parser combinators library
INDIRECT
2
strsim • 0.11.1Implementations of string similarity metrics. Includes Hamming, Levenshtein,
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
DIRECT
0
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception2