Issues
- 0
- 1
Splice panics for simple example
#280 opened by sebschmi - 0
The best way to merge multiple bit vectors?
#279 opened by Anivie - 0
Mutable indexing doesn't seem to work
#278 opened by nazar-pc - 4
- 0
BitVec::from_iter has unexpected len
#276 opened by balopat - 0
Integer to pointer cast
#275 opened by vihdzp - 1
Conversion between similar crates
#274 opened by pczarn - 1
- 0
Optimise creating zeroed vectors
#272 opened by TomFryersMidsummer - 0
- 0
crate tests do not compile with MSRV 1.56 due to dependencies dropping support for that version
#267 opened by erickt - 1
crate doesnt compile on arduino
#265 opened by antonilol - 4
Dead documentation link
#225 opened by jestarray - 2
- 4
`bitvec` contains unsound global state
#229 opened by XAMPPRocky - 0
Example of zero-initialized BitVec?
#261 opened by erikschul - 2
Bug?: BitVec's .as_bool() function returns negated value instead of the actual bit value
#207 opened by shrugalic - 1
How to "not" an entire `BitVec` in place?
#260 opened by bonsairobo - 0
Implement `Send` for `BitValIter`
#258 opened by akoshelev - 0
- 5
[Stacked Borrows] Recent miri reports failed retag converting a `BitSlice` to a `BitSpan`
#193 opened by CraftSpider - 1
Difference between `BitVec` and `BitVec<T, O>`?
#234 opened by avdb13 - 0
`BitSlice::shift_start` and `BitSlice::shift_end` argument bounds incorrectly documented
#250 opened by albertsgarde - 3
Compilation errors due to missing atomics even though `atomic` feature is not enabled
#214 opened by arctic-alpaca - 1
- 1
How to convert bitvec to slice?
#243 opened by David-OConnor - 0
impl `TryFrom<BitVec>` for `BitArray`
#241 opened by XAMPPRocky - 0
Implement `BitStore` for signed integer types
#240 opened by Earthcomputer - 0
`bitarr!` macro link incorrect
#239 opened by kevinji - 0
`copy_within` panics on empty range
#236 opened by cmrschwarz - 0
`chunks_exact_mut()` occasionally doesn't return the last chunk when `step_by()` is involved
#231 opened by justindhales - 2
Use #[track_caller] attribute
#223 opened by nazar-pc - 0
Can ends_with be optimized further?
#222 opened by nazar-pc - 0
- 1
`bitarr![const ...]` throws mismatched types
#218 opened by riklus - 1
- 1
Equivalent BitVec<u8> produce different Vec<u8>
#205 opened by matutter - 2
Broken doc links
#202 opened by anisse - 1
wyz dependency
#195 opened by kornelski - 0
Ordering bug comparing Vec & Slice
#215 opened by superfell - 0
Bug (?): load() loads wrong value
#219 opened by Schievel1 - 0
Bug: as_raw_slice() returns wrong value
#208 opened by BorMor - 0
Is there a way to read file to `BitSlice`?
#204 opened by goldwind-ting - 1
Why it is 6 but not 3?
#203 opened by goldwind-ting - 1
Feature Request: `iter_ones_from`
#200 opened by Spoonbender - 0
v0.22.3 is broken due to funty 1.2 yank
#199 opened by vmx - 1
`BitXorAssign<&BitSlice>` is unexpectedly slow.
#196 opened by JStarx - 0
Support riscv32im in bitvec
#197 opened by hashcashier - 0
Iterate over subsets
#192 opened by rMazeiks