backtrace • 0.3.68A library to acquire a stack trace (backtrace) at runtime in a Rust program.
INDIRECT
11
cc • 1.2.27A 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.1A 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.
proc-macro2 • 1.0.95A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
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.
DIRECT
0
shlex • 1.3.0Split a string into shell words, like Python's shlex.
miniz_oxide • 0.7.4DEFLATE compression and decompression library rewritten in Rust based on miniz
INDIRECT
1
uninit • 0.5.1A collection of tools for a safer usage of uninitialized memory
DIRECT
7
unwind_safe • 0.1.0Readable unwind-safe code thanks to a try-finally-looking builder pattern
DIRECT
0
with_builtin_macros-proc_macros • 0.0.3Helper for macro_rules authors to chain their macros with builtin ones (such
as `env!`, `include!`, or `concat_idents!`).
INDIRECT
4
with_builtin_macros • 0.0.3Helper for macro_rules authors to chain their macros with builtin ones (such
as `env!`, `include!`, or `concat_idents!`).