Skip to content

Releases: CosmicHorrorDev/vdf-rs

keyvalues-serde 0.2.2

03 Feb 04:15
Compare
Choose a tag to compare

Just a handful of features and bugfixes

Feature

  • Expose functions for deserializing with "raw" strings that don't interpret escaped characters (#79)

Fix

  • Allow maps where we normally expect structs when serializing (#81)
  • Support unit-variant enums as map keys (#67)

Documentation

  • Copy licenses into each crate (#75)

Dependencies

  • Drop thiserror for a manual implementation (#56)

`keyvalues-serde` v0.2.1 Release

24 Dec 09:55
f43123f
Compare
Choose a tag to compare

Just a little bugfix release that fixes a panic that's always been around in keyvalues-serde

  • Fixes a panic that occurs when attempting to serialize some structures that can't be represented as Vdf (#49)