Live data from Hacker News

Obake v1.0.1 – Versioned data-structures for Rust

github.com

1–2 of 2 posts

Re: Obake v1.0.1 – Versioned data-structures for Rust

#2
When developing an application, configuration formats and internal data-structures typically evolve between versions. However, maintaining backwards compatability between these versions requires declaring and maintaining data-structures for legacy formats and code for migrating between them. Obake aims to make this process effortless.