petgraph / fixedbitset

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

Add support for bit shift operations #96

Open RunDevelopment opened 1 year ago

RunDevelopment commented 1 year ago

As the title says. It would be nice to have bit shift operations, so <<, >>, and >>>.