summaryrefslogtreecommitdiffstats
path: root/src/file/format/mod.rs
AgeCommit message (Collapse)Author
2022-03-31Fix: If no features are enabled, this should still buildMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-12-28use explicit imports for macrosDaniel Eades
2021-10-23Change FileExtensions (rename, make subtrait)Radosław Kot
2021-10-23Apply clippy lints and formatRadosław Kot
2021-10-23Change FileExtensions signatureRadosław Kot
2021-10-23Add documentation to file related typesRadosław Kot
2021-10-23Implement FileExtensions trait for FileFormatRadosław Kot
2021-10-23Implement Format for FileFormatRadosław Kot
2021-10-02Remove support for hjsonMatthias Beyer
The serde-hjson crate is not maintained anymore and this feature is actually causing pain in packaging even. Thus, remove it. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-08-15Rename MapImpl to MapDavid Orchard
2021-08-15Remove unnecessary uses for feature/mapDavid Orchard
2021-08-15Move order preservation under a feature gateDavid Orchard
2021-08-15Use LinkedHashMap in place of HashMapDavid Orchard
2021-05-15Support format json5up9cloud
2021-04-20Add support for RON formatLevente Morva
2021-04-09Ensure order in the galaxy... I mean the importsMatthias Beyer
This patch sorts the imports: 1. std imports 2. external crate imports 3. own module imports In three blocks, each alphabetically (with is also enforced by rustfmt). As well as it prefixes the imports of own modules with crate:: This is just a quality-of-life patch :-) Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-04-09Remove unused importsMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-03-14General upgrade for clippy fix and remove of deprecated methods for errorsFederico Pasqua
2018-07-02Run rustfmt (nightly)Ryan Leckey
2018-06-25option rust-inisan.dai
2018-06-15support inisaber.wu
2017-09-01Added HJSON (Human-Readable JSON) as a config file formatRaphael Cohn
2017-07-30Remove ConfigResult; close #36Ryan Leckey
2017-06-23Make boxed errors Send + SyncJascha
2017-06-22:memo: on remaining unwrapsRyan Leckey
2017-06-22Add a test to ensure we can get dates out of configRyan Leckey
2017-06-22Remove `namespace` option for FileRyan Leckey
2017-06-22Add builder API to ConfigRyan Leckey
2017-06-14Merge branch 'feature/with_name' of https://github.com/JordiPolo/config-rs ↵Ryan Leckey
into JordiPolo-feature/with_name
2017-06-13Add YAMLRyan Leckey
2017-06-13Add JSONRyan Leckey
2017-06-03Sources collect to HashMap instead of ValueRyan Leckey
2017-06-01Move things around and get some tests in placeRyan Leckey