petgraph / fixedbitset

A simple bitset container for Rust
https://docs.rs/fixedbitset/
Apache License 2.0
121 stars 45 forks source link

Add support for bit rotation #97

Open RunDevelopment opened 1 year ago

RunDevelopment commented 1 year ago

I would be nice if this library support rotate_left and rotate_right, just liked the standard library.