summaryrefslogtreecommitdiffstats
path: root/src/file/format/yaml.rs
AgeCommit message (Expand)Author
2023-10-07chore: Use a common method in parsers to check root is a tablepolarathene
2022-06-01fix yaml to parse int keysYounessBird
2021-11-21Add support for different sized integersMatthias Beyer
2021-10-19Fix panic: Unwrap()ing a f64::parse() should not happenMatthias Beyer
2021-08-15Rename MapImpl to MapDavid Orchard
2021-08-15Move order preservation under a feature gateDavid Orchard
2021-08-15Use LinkedHashMap in place of HashMapDavid Orchard
2021-04-09Ensure order in the galaxy... I mean the importsMatthias Beyer
2021-04-09Remove unused importsMatthias Beyer
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-07-30Remove ConfigResult; close #36Ryan Leckey
2017-07-28Use 'yaml::Hash' instead of assuming the underlying type is BTreeMapRyan Leckey
2017-06-23Make boxed errors Send + SyncJascha
2017-06-22:memo: on remaining unwrapsRyan Leckey
2017-06-22Remove last unimplemented!Ryan Leckey
2017-06-22Remove `namespace` option for FileRyan Leckey
2017-06-22Add builder API to ConfigRyan Leckey
2017-06-13Ensure config keys are case insensitiveRyan Leckey
2017-06-13Add YAMLRyan Leckey