Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 926 Bytes

File metadata and controls

28 lines (15 loc) · 926 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[v0.2.0] enum-bitset & enum-bitset-derive - 2025-10-16

  • The Set types derive FromIterator<Self> and FromIterator<&Self>.

[v0.1.2] enum-bitset-derive - 2025-07-15

  • The Set types derive Hash, Ord and PartialOrd
  • to_repr method to get the internal representation value.
  • Implement as_bitset to the base enum. Allows creating a set from a single element easier in const context (since .into() is not available there).

[v0.1.1] enum-bitset-derive - 2025-06-08

  • Suppress a (false positive) Clippy warning in generated code

[v0.1.0] enum-bitset & enum-bitset-derive - 2025-06-08

  • First version published on crates.io