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.
js-sys • 0.3.76Bindings 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.
parking_lot • 0.11.2More compact and efficient implementations of the standard synchronization primitives.
DIRECT
13
pretty_assertions • 0.6.1Overwrite `assert_eq!` and `assert_ne!` with drop-in replacements, adding colorful diffs.
DIRECT
11
proc-macro2 • 1.0.92A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
INDIRECT
3
rental-impl • 0.5.5An implementation detail of rental. Should not be used directly.
INDIRECT
4
rental • 0.5.6A macro to generate safe self-referential structs, plus premade types for common use cases.
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.
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stack
INDIRECT
0
stable_deref_trait • 1.2.0An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental.
web-sys • 0.3.76Bindings for all Web APIs, a procedurally generated crate from WebIDL
DIRECT
14
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.
INDIRECT
0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.
rust-embed-impl • 5.9.0Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev
rust-embed • 5.9.0Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev