MaderNoob / galloc
☆40Updated 2 years ago
Alternatives and similar repositories for galloc:
Users that are interested in galloc are comparing it to the libraries listed below
- Bare-metal allocators.☆76Updated 2 years ago
- Procedural macro for bitfields.☆92Updated last week
- ☆79Updated 11 months ago
- Constant-time dynamic memory allocator in Rust☆95Updated last month
- A fixed-size circular buffer written in Rust.☆113Updated 6 months ago
- Minimal support for uart_16550 serial output.☆36Updated 5 months ago
- ☆227Updated 11 months ago
- Use bitsized types as if they were a feature of rust.☆182Updated 3 weeks ago
- Data structures like Rust `alloc` which reuse user allocated memory☆56Updated 7 months ago
- An attribute to create an atomic wrapper around a C-style enum☆43Updated 10 months ago
- A toolkit to create better Rust device drivers, faster☆179Updated 3 weeks ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆184Updated last month
- Definitions from the Virtual I/O Device (VIRTIO) specification.☆18Updated 6 months ago
- Project group working on the "safe transmute" feature☆92Updated 7 months ago
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆74Updated last year
- ☆125Updated 4 years ago
- Non standard integer types like `u7`, `u9`, `u10`, `u63`, `i7`, `i9`☆129Updated 11 months ago
- Lightning Creations Compiler Frontend for various languages☆119Updated 5 months ago
- Code coverage support for Rust `no_std` and embedded programs☆55Updated 6 months ago
- Stack unwinding library in Rust☆118Updated last week
- A modern and lightweight implementation of arbitrary integers for Rust☆38Updated last week
- Safely cast &T to &U where the struct U contains a single field of type T.☆200Updated 2 months ago
- Pluggable critical section☆135Updated 5 months ago
- Macro to generate bitfields for structs that allow for modular use of enums.☆185Updated this week
- Fork of std::Arc with lots of utilities useful for FFI