chrisvest / xxv

The XXV visual hex viewer for the terminal.
https://chrisvest.github.io/xxv/
85 stars 5 forks source link

Replace rmp-serde with toml #7

Closed chrisvest closed 5 years ago

chrisvest commented 5 years ago

Since Cursive pulls in the toml crate anyway, we might as well also make use of it for persisting XvState.

That way we can remove a dependency, and make the binary smaller.

chrisvest commented 5 years ago

Turns out doing this made the binary bigger because parsing and serialising TOML is more involved that doing the equivalent with Message Pack. How about that...