petitset 0.1.2

An ordered set data structure, optimized for stack-allocated storage of a tiny number of elements with a fixed cap.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Release Notes


## Version 0.1.2


- `PetitSet` and `PetitMap` are now hashable if the underlying types are hashable.

## Version 0.1.1


- remove pointless `Copy` bound on `PetitMap::default()`
- forbid `unsafe` code (thanks to @5225225 for the help!)

## Version 0.1


- Released!