jthornber / blk-archive

Dedup and compress your device mapper devices. Works especially well with thin provisioning.
8 stars 3 forks source link

Use yaml instead of toml #15

Open tasleson opened 1 year ago

tasleson commented 1 year ago

The toml serialization implementation does not handle u64 data types, yaml does, and it also handles u128.

Resolves: https://github.com/jthornber/blk-archive/issues/14