- Rust macro for generating flexible bitfields, useful for emulators https://github.com/gregorygaines/bitfields-rs 7 comments emudev
- Rust macro for generating flexible bitfields, useful for low-level code (embedded or emulators). https://github.com/gregorygaines/bitfields-rs 24 comments rust
Linked pages
- GitHub - dzamlo/rust-bitfield: This crate provides macros to generate bitfield-like struct. https://github.com/dzamlo/rust-bitfield 5 comments
- GitHub - dtolnay/proc-macro-workshop: Learn to write Rust procedural macros [Rust Latam conference, Montevideo Uruguay, March 2019] https://github.com/dtolnay/proc-macro-workshop 1 comment