Skip to content

Commit a9781b5

Browse files
committed
2024-07: talk about bit_ops
1 parent 3e94825 commit a9781b5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/this-month/2024-07/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,16 @@ In this section, we describe updates to Rust OS projects that are not directly r
7575
...<<your project updates>>...
7676
-->
7777

78+
### [`phip1611/bit_ops`](https://github.com/phip1611/bit_ops)
79+
<span class="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+
7888
## Join Us?
7989

8090
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

Comments
 (0)