porglezomp / bitmatchLinks
A Rust crate that allows you to match, bind, and pack the individual bits of integers.
☆117Updated 5 years ago
Alternatives and similar repositories for bitmatch
Users that are interested in bitmatch are comparing it to the libraries listed below
Sorting:
- Allows for proper and easy handling of volatile memory☆39Updated last year
- Initialization code ("crt0") written in Rust☆70Updated 4 years ago
- An aimless attempt at building a PC from scratch, in a vaguely eurorack/modular synth style.☆68Updated 3 years ago
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆39Updated last year
- Macro to generate bitfields for structs that allow for modular use of enums.☆200Updated 2 months ago
- Calm I/O operations for Rust☆76Updated 4 years ago
- Target "triple" support☆53Updated 5 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆58Updated 2 weeks ago
- ☆89Updated last year
- ☆67Updated 11 months ago
- Using Type-Level Programming in Rust to Make Safer Hardware Abstractions☆53Updated 3 years ago
- ☆57Updated 3 years ago
- Minimal and reusable non-blocking I/O layer☆101Updated last year
- Non standard integer types like `u7`, `u9`, `u10`, `u63`, `i7`, `i9`☆131Updated last year
- Project group working on the "safe transmute" feature☆93Updated 10 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated 3 weeks ago
- A (micro) framework for building bare-metal AMP (Asymmetric Multi-Processing) applications☆61Updated 3 years ago
- #[no_std] print equivalent for Rust☆64Updated last month
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆75Updated last year
- This crate provides macros to generate bitfield-like struct.☆188Updated 2 months ago
- A generic, fixed-size, associative cache☆40Updated 8 months ago
- Scroll - making scrolling through buffers fun since 2016☆173Updated 2 months ago
- PEG trace visualizer☆88Updated 6 months ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆38Updated last month
- Library facilitating safe pinned initialization☆57Updated this week
- A pure-Rust, no_std compatible PNG decoder☆46Updated 2 years ago
- like thread::spawn but for processes