What this package is like to depend on
Last release 1 months ago
10 Jul 2026
Release timing varies
gaps range from 2 weeks to 2.2 years
Some releases are documented
notes for 7 of 16 stable releases
1 version withdrawn
withdrawn after publishing
11 years old
17 releases · first in 2015
6 releases in the last 12 months
see the full history below
Release timeline
17 releases · Jun 2015 to Jul 2026Releases
latest 17-
0.11.110 Jul 2026Release notes
Open source →<a id="v0.11.1"></a>
- fixed repo links in Cargo.toml
- methods such as
fn containsmay have better codegen (https://github.com/contain-rs/bit-vec/pull/153)
-
0.11.005 Jul 2026Release notes
Open source →<a id="v0.11.0"></a>
- removed nanoserde support
- moved the crate into a workspace
- fixed an unsoundness with deserialize (see
bit-vecv0.10.0)
-
0.10.104 Jul 2026 withdrawnRelease notes
Open source →<a id="v0.10.1"></a>
- indexing into a
BitVechas simpler codegen (https://github.com/contain-rs/bit-vec/pull/153)
- indexing into a
-
0.10.029 Mar 2026Release notes
Open source →<a id="v0.10.0"></a>
- fixed a soundness issue where
deserializeing from an untrusted source could makefn get_uncheckedperform undefined behavior, and could make other functions return incorrect results - removed nanoserde support
- moved all the crates into a workspace
- fixed a soundness issue where
-
0.9.112 Mar 2026 -
0.9.010 Mar 2026Release notes
Open source →<a id="v0.9.0"></a>
- Minimal Supported Rust Version is now 1.82
fn removeis implementedfn fillis implementedfn remove_allis implementedfn clearis deprecated. Please use.fill(false)instead!fn push_within_capacityis implemented- bug fix:
.skip(n)on our iterators is now O(1) instead of O(n) time fn to_bytesis optimized with a lookup table- some clippy lints are enabled
- nanoserde version is now 0.2
Release notes
Open source →<a id="v0.9.0"></a>
- Minimal Supported Rust Version is 1.82
- Rust edition 2021 is used
- implemented
fn make_empty - implemented
fn reset - added general initialization functions:
fn new_general,fn from_bit_vec_general,fn with_capacity_general,fn from_bytes_general
-
0.8.016 Jul 2024Release notes
Open source →<a id="v0.8.0"></a>
fn insertis implementedimpl Displayis implementedimpl Debughas different output
-
0.7.016 Jul 2024Release notes
Open source →<a id="v0.7.0"></a>
serde::Serialize,Deserializeis derived under theserdeoptional featureimpl Displayis implementedimpl Debughas different output (we do not promise stableDebugoutput)fn truncateis implementedfn get_mutis implemented
-
0.6.029 Jun 2024Nothing published for this version
-
0.5.323 Jul 2022Nothing published for this version
-
0.5.206 May 2020Nothing published for this version
-
0.5.121 Mar 2019Nothing published for this version
-
0.5.023 Apr 2018Nothing published for this version
-
0.4.011 Mar 2016Nothing published for this version
-
0.3.020 Jan 2016Nothing published for this version
-
0.2.004 Jun 2015Nothing published for this version
-
0.1.003 Jun 2015Nothing published for this version