bitflags • 1.3.2A macro to generate structures which behave like bitflags.
INDIRECT
0
bitflags • 2.10.0A macro to generate structures which behave like bitflags.
INDIRECT
0
cast • 0.3.0Ergonomic, checked cast functions for primitive types
INDIRECT
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.
itoa • 1.0.15Fast integer primitive to string conversion
INDIRECT
0
libc • 0.2.178Raw FFI bindings to platform libraries like libc.
INDIRECT
0
matrixmultiply • 0.3.10General matrix multiplication for f32 and f64 matrices. Operates on matrices with general layout (they can use arbitrary row and column stride). Detects and uses AVX or SSE2 on x86 platforms transparently for higher performance. Uses a microkernel strategy, so that the implementation is easy to parallelize and optimize.
Supports multithreading.
INDIRECT
2
ndarray • 0.17.1An n-dimensional array for general elements and for numerics. Lightweight array views and slicing; views support chunking and splitting.
DIRECT
8
nodrop • 0.1.14A wrapper type to inhibit drop (destructor).
***Deprecated: Use ManuallyDrop or MaybeUninit instead!***
portable-atomic • 1.11.1Portable atomic types including support for 128-bit atomics, atomic float, etc.
INDIRECT
0
proc-macro2 • 1.0.103A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
rand • 0.9.2Random number generators and other randomness functionality.
DIRECT
1
rawpointer • 0.2.1Extra methods for raw pointers and `NonNull<T>`.
For example `.post_inc()` and `.pre_dec()` (c.f. `ptr++` and `--ptr`),
`offset` and `add` for `NonNull<T>`, and the function `ptrdistance`.
regex • 1.8.4An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
INDIRECT
1
rustc_version • 0.4.1A library for querying the version of a installed rustc compiler
INDIRECT
1
semver • 1.0.27Parser and evaluator for Cargo's flavor of Semantic Versioning
toml • 0.7.8A 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.
unicode-normalization • 0.1.25This crate provides functions for normalization of
Unicode strings, including Canonical and Compatible
Decomposition and Recomposition, as described in
Unicode Standard Annex #15.
INDIRECT
2
url • 2.5.7URL library for Rust, based on the WHATWG URL Standard
INDIRECT
18
utf8_iter • 1.0.4Iterator by char over potentially-invalid UTF-8 in &[u8]
qutex • 0.2.6Synchronization mechanisms that rely on lock-free and other non-(thread)blocking techniques, such as Rust futures, to guarantee mutually exclusive or shared exclusive access to data.
INDIRECT
7
version-sync • 0.9.5Crate for ensuring that version numbers in README files and other files are kept in sync with the crate version.