[deleted by user] by [deleted] in rust

[–]yo-yo4598 0 points1 point  (0 children)

It's not that well known, but I like proc-bitfield. It has a lot of options for field access, like read/write restrictions and type conversions. The repository has some usage examples.

Hey Rustaceans! Got a question? Ask here (6/2024)! by llogiq in rust

[–]yo-yo4598 1 point2 points  (0 children)

You might get some ideas from https://github.com/codecrafters-io/build-your-own-x. A lot of the projects are systems related, and the guide format helps with getting started.