bitflags • 1.3.2A macro to generate structures which behave like bitflags.
DIRECT
0
bitflags • 2.6.0A macro to generate structures which behave like bitflags.
INDIRECT
0
cc • 1.2.5A 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.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.
INDIRECT
0
errno • 0.3.10Cross-platform interface to the `errno` variable.
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.
DIRECT
3
rustc_version • 0.2.3A library for querying the version of a installed rustc compiler
INDIRECT
2
rusty-fork • 0.3.0Cross-platform library for running Rust tests in sub-processes using a
fork-like interface.
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.
DIRECT
0
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for
1, 2 or 3 byte search and single substring search.
INDIRECT
0
MIT2
Package
Relation
Dependencies
Published
raw-cpuid • 8.0.0A library to parse the x86 CPUID instruction, written in rust with no external dependencies. The implementation closely resembles the Intel CPUID manual description. The library does only depend on libcore.
INDIRECT
6
x86 • 0.33.0Library to program x86 (amd64) hardware. Contains x86 specific data structure descriptions, data-tables, as well as convenience function to call assembly instructions typically not exposed in higher level languages.
DIRECT
8
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception2