Skip to content

keyvalues-parser 0.2.2

Choose a tag to compare

@CosmicHorrorDev CosmicHorrorDev released this 09 Dec 01:15
· 9 commits to main since this release

Version 0.2.2 | 2025-12-08

Feat

  • Add limited Deserialize impls for Obj and Value (#101)
    • Limited because VDF doesn't act as a fully self-describing format, so things may fail to deserialize for seemingly benign reasons. Use at your own risk

Docs

  • Add a crates.io badge to the README (#103)

Internal