issues
search
petgraph
/
fixedbitset
A simple bitset container for Rust
https://docs.rs/fixedbitset/
Apache License 2.0
124
stars
47
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
FixedBitSet with statically known size
#30
androm3da
closed
5 years ago
2
Feature/clippy
#29
jrraymond
closed
5 years ago
2
Add is_subset, is_superset, is_disjoint relations
#28
nwn
closed
5 years ago
1
Preparing next release
#27
bluss
closed
5 years ago
1
Bump minimum rust version
#26
jrraymond
closed
5 years ago
5
Add BitXor, BitXorAssign, and symmetric difference
#25
nwn
closed
5 years ago
8
implement in-place union,intersection and BitAndAssign, BitOrAssign traits
#24
jrraymond
closed
6 years ago
0
Implement some way to `BitOr` without copying
#23
swolchok
closed
6 years ago
1
Add `is_subset` and `is_superset`
#22
HMPerson1
closed
5 years ago
1
implement FromIterator for FixedBitSet
#21
jrraymond
closed
6 years ago
1
implement intersection and union
#20
jrraymond
closed
6 years ago
9
Port benchmarks to criterion
#19
vks
closed
6 years ago
5
Implement `ones` using `trailing_zeros`
#18
vks
closed
3 years ago
5
Implement `ones` using `trailing_zeros`
#17
vks
closed
3 years ago
1
Apache-2.0 license text is missing
#16
ignatenkobrain
closed
7 years ago
1
It'd be nice to get the fixedbitset as a u8 or vec<u8>
#15
posix4e
closed
7 years ago
1
Added `insert_range`, `set_range` functions.
#14
kennytm
closed
7 years ago
2
Fix a bug in count ones
#13
bluss
closed
7 years ago
0
count_ones broken for capacity=512
#12
BenWiederhake
closed
7 years ago
2
inline count_ones()
#11
fuine
closed
7 years ago
0
Add zeros iterator
#10
fuine
closed
1 year ago
4
Differences in benchmarks after moving benches to the separate file
#9
fuine
closed
2 years ago
5
Add iter_ones() method plus benchmarks.
#8
mneumann
closed
7 years ago
4
Add iter_ones() and iter_zeros() iterator.
#7
mneumann
closed
1 year ago
1
Add find_first_unset_bit function
#6
fuine
closed
1 year ago
2
added count_ones function
#5
fuine
closed
8 years ago
5
Add count_ones_to_offset function
#4
fuine
closed
7 years ago
6
Add copy_bit functionality
#3
fuine
closed
8 years ago
9
Add as_slice/as_mut_slice
#2
emberian
closed
9 years ago
0
rustup for nightly, requires feature
#1
viperscape
closed
9 years ago
3
Previous