Releases: vaIgarashi/eui-no-std
Releases · vaIgarashi/eui-no-std
v0.3.1
v0.3.0
- Allow to use '-' as separator.
- Change default string representation to uppercase with separator.
- Add lower hex and upper hex traits.
- Add TryFrom for str.
v0.2.4
- Deserializer now handles uppercase hexadecimal symbols.
- Deserializer now handles string with separators.
v0.2.3
- Eui-48 and Eui-64 can now be used as key for IndexMap.
v0.2.2
- Conversion to u64
- Changed lib name
v0.2.0
- Serde support.
- Conversion from Eui-48 to Eui-64.
- Derive attributes.