PackageTrack
Sign in Get early access

bit-set

A set of bits

0.11.1 359M downloads/mo #312 most downloaded on crates.io contain-rs/bit-vec

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 2026
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release Withdrawn

Releases

latest 17
  1. 0.11.1 10 Jul 2026
    Release notes

    <a id="v0.11.1"></a>

    • fixed repo links in Cargo.toml
    • methods such as fn contains may have better codegen (https://github.com/contain-rs/bit-vec/pull/153)
    Open source →
  2. 0.11.0 05 Jul 2026
    Release notes

    <a id="v0.11.0"></a>

    Open source →
    Release notes

    <a id="v0.11.0"></a>

    • removed nanoserde support
    • moved the crate into a workspace
    • fixed an unsoundness with deserialize (see bit-vec v0.10.0)
    Open source →
  3. 0.10.1 04 Jul 2026 withdrawn
    Release notes

    <a id="v0.10.1"></a>

    • indexing into a BitVec has simpler codegen (https://github.com/contain-rs/bit-vec/pull/153)
    Open source →
    Release notes

    <a id="v0.10.1"></a>

    Open source →
  4. 0.10.0 29 Mar 2026
    Release notes

    <a id="v0.10.0"></a>

    • fixed a soundness issue where deserializeing from an untrusted source could make fn get_unchecked perform undefined behavior, and could make other functions return incorrect results
    • removed nanoserde support
    • moved all the crates into a workspace
    Open source →
    Release notes

    <a id="v0.10.0"></a>

    • exposed BitBlock
    Open source →
  5. 0.9.1 12 Mar 2026
    Release notes

    <a id="v0.9.1"></a>

    • Fixed issue with the serde feature
    Open source →
  6. 0.9.0 10 Mar 2026
    Release notes

    <a id="v0.9.0"></a>

    • Minimal Supported Rust Version is now 1.82
    • fn remove is implemented
    • fn fill is implemented
    • fn remove_all is implemented
    • fn clear is deprecated. Please use .fill(false) instead!
    • fn push_within_capacity is implemented
    • bug fix: .skip(n) on our iterators is now O(1) instead of O(n) time
    • fn to_bytes is optimized with a lookup table
    • some clippy lints are enabled
    • nanoserde version is now 0.2
    Open source →
    Release notes

    <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
    Open source →
  7. 0.8.0 16 Jul 2024
    Release notes

    <a id="v0.8.0"></a>

    • fn insert is implemented
    • impl Display is implemented
    • impl Debug has different output
    Open source →
    Release notes

    <a id="v0.8.0"></a>

    Open source →
  8. 0.7.0 16 Jul 2024
    Release notes

    <a id="v0.7.0"></a>

    • serde::Serialize, Deserialize is derived under the serde optional feature
    • impl Display is implemented
    • impl Debug has different output (we do not promise stable Debug output)
    • fn truncate is implemented
    • fn get_mut is implemented
    Open source →
  9. 0.6.0 29 Jun 2024

    Nothing published for this version

  10. 0.5.3 23 Jul 2022

    Nothing published for this version

  11. 0.5.2 06 May 2020

    Nothing published for this version

  12. 0.5.1 21 Mar 2019

    Nothing published for this version

  13. 0.5.0 23 Apr 2018

    Nothing published for this version

  14. 0.4.0 11 Mar 2016

    Nothing published for this version

  15. 0.3.0 20 Jan 2016

    Nothing published for this version

  16. 0.2.0 04 Jun 2015

    Nothing published for this version

  17. 0.1.0 03 Jun 2015

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive