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.
- The Set types derive
FromIterator<Self>andFromIterator<&Self>.
- The Set types derive
Hash,OrdandPartialOrd to_reprmethod to get the internal representation value.- Implement
as_bitsetto the base enum. Allows creating a set from a single element easier inconstcontext (since.into()is not available there).
- Suppress a (false positive) Clippy warning in generated code
- First version published on crates.io