backtrace • 0.3.68A library to acquire a stack trace (backtrace) at runtime in a Rust program.
INDIRECT
11
cc • 1.2.7A 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.
INDIRECT
1
cfg-if • 1.0.0A 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
gimli • 0.27.3A library for reading and writing the DWARF debugging format.
INDIRECT
0
libc • 0.2.169Raw FFI bindings to platform libraries like libc.
INDIRECT
0
object • 0.31.1A unified interface for reading and writing object file formats.
shlex • 1.3.0Split a string into shell words, like Python's shlex.
INDIRECT
0
typenum • 1.17.0Typenum is a Rust library for type-level numbers evaluated at
compile time. It currently supports bits, unsigned integers, and signed
integers. It also provides a type-level array of type-level numbers, but its
implementation is incomplete.
INDIRECT
0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.