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
either • 1.18.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
futures-util • 0.3.34Common utilities and extension traits for the futures-rs library.
INDIRECT
4
itoa • 1.0.18Fast integer primitive to string conversion
INDIRECT
0
js-sys • 0.3.105Bindings 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.
DIRECT
17
libc • 0.2.189Raw FFI bindings to platform libraries like libc.
INDIRECT
0
lock_api • 0.1.5Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.
proc-macro2 • 1.0.107A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
scopeguard • 0.3.3A 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.
web-sys • 0.3.105Bindings for all Web APIs, a procedurally generated crate from WebIDL
DIRECT
18
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.