vmware-archive / haret

A strongly consistent distributed coordination system, built using proven protocols & implemented in Rust.
461 stars 18 forks source link

Convert JSON config to TOML #76

Closed andrewjstone closed 7 years ago

andrewjstone commented 7 years ago

JSON is a terrible config format primarily because it doesn't have comments. Additionally TOML seems to be standard in rust.