You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="maintainers">(Section written by [@phip1611](https://github.com/phip1611))</span>
80
+
81
+
I've recently created and published [`bit_ops`](https://github.com/phip1611/bit_ops).
82
+
It offers common bit-oriented operations on primitive integer types with a focus on
83
+
`no_std` and `const` compatibility. Unlike other crates that provide tooling to
84
+
create sophisticated high-level types with bitfields, the focus of `bit_ops` is
85
+
on raw primitive integer types.
86
+
87
+
78
88
## Join Us?
79
89
80
90
Are you interested in Rust-based operating system development? Our `rust-osdev` organization is always open to new members and new projects. Just let us know if you want to join! A good way for getting in touch is our [Zulip chat](https://rust-osdev.zulipchat.com).
0 commit comments