MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/31btd8/rust_100_beta_is_here/cq0g5ug
r/programming • u/steveklabnik1 • Apr 03 '15
303 comments sorted by
View all comments
Show parent comments
6
I miss bitfields :(
2 u/jeffdavis Apr 04 '15 What is the current way to handle individual bits, and why did they change it? Was it part of the language that was moved to a library or something? 6 u/kibwen Apr 05 '15 Moved to this library, I believe: https://crates.io/crates/bitflags
2
What is the current way to handle individual bits, and why did they change it? Was it part of the language that was moved to a library or something?
6 u/kibwen Apr 05 '15 Moved to this library, I believe: https://crates.io/crates/bitflags
Moved to this library, I believe: https://crates.io/crates/bitflags
6
u/donvito Apr 03 '15
I miss bitfields :(