- Updated crate metadata and declare maintenance status.
- Add
into_ordered_tuple
. - Derive
Default
. - Implement
From<UnorderedPair<T>>
instead ofInto<UnorderedPair>
. TheInto
impl now comes from the blanket impl.
- Add support for Serialization/Deserialization using serde.
- Derive Copy
- Stable rust support
- Derive Eq
- Update readme
Initial release