v0.2.0
Pre-release
Pre-release
Enhancements:
- Made all dependencies optional, so --no-default-features has no dependencies at all (858cfa1, 692762f, b4311db, ef39af1, ba0e0f4)
- Added support for nostd environments (9492054)
- Various documentation fixes and improvements (6ef9cb6, a7f5baf, c6de95e, 3782f5e, 4f02faf, 600e257, 4f34953)
Breaking changes:
- MSRV is now 1.81.0 (ef39af1)
- Since all dependencies are now optional, they are no longer compiled when --no-default-features is set. Any functionality using optinoal dependencies must then be explicitly added back in.