Hacker News new | ask | show | jobs
Obake v1.0.1 – Versioned data-structures for Rust (github.com)
3 points by doctor_n_ 1758 days ago
1 comments

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.