I thought this might make sense as bitvec refers to versions prior to 1.0 as "prototype". The changelog of 1.0.1 sounds like this might have some positive runtime performance impacts. Biggest downside basically, it seems this means minimal Rust version is 1.63.0 due to the use of std::array:from_fn.
I thought this might make sense as bitvec refers to versions prior to 1.0 as "prototype". The changelog of 1.0.1 sounds like this might have some positive runtime performance impacts. Biggest downside basically, it seems this means minimal Rust version is 1.63.0 due to the use of
std::array:from_fn
.