Releases: servo/smallbitvec
Releases · servo/smallbitvec
v2.6.0
15 Feb 04:08
Compare
Sorry, something went wrong.
No results found
v2.5.3
17 Mar 20:59
Compare
Sorry, something went wrong.
No results found
Update dependencies.
Update to Rust 2021 edition.
Full Changelog : v2.5.2...v2.5.3
v2.5.2
13 Mar 23:38
Compare
Sorry, something went wrong.
No results found
v2.5.1
06 Aug 00:00
Compare
Sorry, something went wrong.
No results found
Speed up hashing of bit vectors (#27 ).
v2.5.0
05 Aug 23:59
Compare
Sorry, something went wrong.
No results found
Allow creating empty iterators.
Made SmallBitVec::new a const fn.
v2.4.0
05 Aug 23:58
Compare
Sorry, something went wrong.
No results found
v2.3.0
06 Dec 22:35
Compare
Sorry, something went wrong.
No results found
New into_storage and from_storage methods (#17 ).
v2.2.0
26 Oct 22:08
Compare
Sorry, something went wrong.
No results found
New methods truncate and resize (#15 )
Improved documentation
v2.1.1
04 Jun 19:53
Compare
Sorry, something went wrong.
No results found
Inline hot functions to avoid performance issues (#12 ).
v2.1.0
17 Apr 23:52
Compare
Sorry, something went wrong.
No results found
Added range method for slicing a vector by a range of indices (#11 )
Some code cleanup and testing improvements