summaryrefslogtreecommitdiffstats
path: root/src/file/format/hjson.rs
AgeCommit message (Collapse)Author
2021-03-14Add support for different sized integersMatthias Beyer
This also enables support for 128 bit integers. Nothing is tested, though. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-03-14General upgrade for clippy fix and remove of deprecated methods for errorsFederico Pasqua
2019-12-07Remove automatic lowercaseRyan Leckey
2018-07-02Run rustfmt (nightly)Ryan Leckey
2017-09-01Added HJSON (Human-Readable JSON) as a config file formatRaphael Cohn