make everything a trait, dont panic #3
Loading…
Reference in a new issue
No description provided.
Delete branch "next"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
300bb5d647
to28f0bd5903
WIP: make everything a traitto WIP: make everything a trait, dont panicdf8d7a3da7
to3a2706b09a
3a2706b09a
to62d1666ec2
@ -0,0 +2,4 @@
///
/// The implementation is provided by [bitvec].
/// This is an alias for the specific type of [`bitvec::BitVec`] used in this crate.
pub type BitVecU8Msb0 = bitvec::BitVec<u8, bitvec::Msb0>;
better name
fbd85f644b
toe985140417
aafa2bc9f9
to971bee5065
531d4e6b4a
tocecccb3f28
8a5b34310b
to114385868a
3c7ba3f526
to2081ed3e06
2081ed3e06
to30bbbba962
30bbbba962
todfed147be1
dfed147be1
to564907e384
1f17dfbe71
to663adde30a
WIP: make everything a trait, dont panicto make everything a trait, dont panic