bitfield • 0.13.2This crate provides macros to generate bitfield-like struct.
INDIRECT
0
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.
libc • 0.2.169Raw FFI bindings to platform libraries like libc.
INDIRECT
0
linked_list_allocator • 0.10.5Simple allocator usable for no_std systems. It builds a linked list from the freed blocks and thus needs no additional data structures.
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.