arrayvec • 0.7.6A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.
DIRECT
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.
INDIRECT
0
clap_builder • 4.6.0A simple to use, efficient, and full-featured Command Line Argument Parser
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.
toml • 0.8.23A native Rust encoder and decoder of TOML-formatted files and streams. Provides
implementations of the standard Serialize/Deserialize traits for TOML data to
facilitate deserializing and serializing Rust structures.
INDIRECT
8
triomphe • 0.1.15A fork of std::sync::Arc with some extra functionality and without weak references (originally servo_arc)
wit-bindgen • 0.51.0Rust bindings generator and runtime support for WIT and the component model.
Used when compiling Rust programs to the component model.
INDIRECT
0
Apache-2.0 OR MIT OR Zlib1
Package
Relation
Dependencies
Published
tinyvec • 1.11.0`tinyvec` provides 100% safe vec-like data structures.
DIRECT
0
Apache-2.0 OR LGPL-2.1-or-later OR MIT1
Package
Relation
Dependencies
Published
r-efi • 5.3.0UEFI Reference Specification Protocol Constants and Definitions
INDIRECT
0
Apache-2.0 OR BSL-1.01
Package
Relation
Dependencies
Published
ryu • 1.0.23Fast floating point to string conversion
INDIRECT
0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
Package
Relation
Dependencies
Published
unicode-ident • 1.0.24Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31