vecset 0.0.4

A vector-based sorted map, set and keyed-set implementation
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.4]https://github.com/youknowone/vecset-rs/compare/v0.0.3...v0.0.4 - 2026-04-30

### Added

- `Hash` impl for `KeyedVecSet`, `VecSet`, and `VecMap`, hashing the
  canonical sorted backing slice so equal containers hash equal.

### Other

- Annotate `Entry` return-type lifetimes for the
  `mismatched_lifetime_syntaxes` clippy lint.

## [0.0.3]https://github.com/youknowone/vecset-rs/compare/v0.0.2...v0.0.3 - 2025-07-12

### Other

- edition 2024
- more KeyedVecSet features
- :entry
- isolate non-pub methods
- more methods
- Update CI
- Fix miri failure
- Fix doc build
- remove unnecessary borrow()
- Fix URL
- entry_at
# Changelog

Forked [vecmap-rs](https://github.com/martinohmann/vecmap-rs) v0.2.1