Releases: olekspickle/serde_default_utils
Releases · olekspickle/serde_default_utils
v0.3.0
- fix broken feature
- clean up a bit
Full Changelog: v0.2.2...v0.3.0
v0.2.2
Add inline crate as a powerful addition for strings and slices.
Enabled under the inline
feature, as it is not supporting no_std.
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Add support for a string defaults. Although it does not feel as seamless as const generic parameters solution, I believe it's quite usable. But that can be changed in the future.
Full Changelog: v0.1.0...v0.2.1
v0.1.0
Initial release
Full Changelog: https://github.com/alekspickle/serde_default_utils/commits/v0.1.0