summaryrefslogtreecommitdiffstats
path: root/src/file
AgeCommit message (Expand)Author
2023-10-07chore: Use a common method in parsers to check root is a tablepolarathene
2023-10-06Fix clippy: Remove redundant closuresMatthias Beyer
2022-11-07Add documentation to `required` setter.David Souther
2022-08-03move 'must_use' attribute to struct for 'builder' typesDaniel Eades
2022-06-01fix yaml to parse int keysYounessBird
2022-04-10Merge pull request #306 from CfirTsabari/cfirtsabari/doesn-t-work-with-dot-101Matthias Beyer
2022-04-10fix: dot in config nameCfirTsabari
2022-03-31Fix: If no features are enabled, this should still buildMatthias Beyer
2022-01-29use 'Self' to refer to own typeDaniel Eades
2021-12-29Merge pull request #264 from danieleades/refactor/pedantic-lintsMatthias Beyer
2021-12-29de-glob importsDaniel Eades
2021-12-29use 'if-else' rather than 'match' for single matchesDaniel Eades
2021-12-29silence/address unused code warningsDaniel Eades
2021-12-28use explicit imports for macrosDaniel Eades
2021-12-28Add #[must_use] annotationsMatthias Beyer
2021-11-21chore: replace path_relative_from function with pathdiff crateConrad Ludgate
2021-11-21chore: some file read simplificationsConrad Ludgate
2021-11-21Add support for different sized integersMatthias Beyer
2021-11-21chore: fix find_file tooConrad Ludgate
2021-11-21feat: allow for current_dir failureConrad Ludgate
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-23Satisfy clippy's type_complexity lintRadosław Kot
2021-10-23Make File generic over Format and FileExtensionsRadosław Kot
2021-10-23Implement FileExtensions trait for FileFormatRadosław Kot
2021-10-23Add FileExtensions traitRadosław Kot
2021-10-23Implement Format for FileFormatRadosław Kot
2021-10-19Fix panic: Unwrap()ing a f64::parse() should not happenMatthias Beyer
2021-10-02Remove support for hjsonMatthias Beyer
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-06-08Fix clippy: Do not borrow referenceMatthias Beyer
2021-05-15Simplify impl of from_json5_value()Matthias Beyer
2021-05-15Simplify parse() impl of json5 codeMatthias Beyer
2021-05-15Fix: json5 does not need serde_deriveMatthias Beyer
2021-05-15Support format json5up9cloud
2021-05-07Update to rust 2018 editionkpcyrd
2021-04-20Add support for RON formatLevente Morva
2021-04-09Ensure order in the galaxy... I mean the importsMatthias Beyer
2021-04-09Remove unused importsMatthias Beyer
2021-03-18port to rust-ini 0.16Fabio Valentini
2020-10-01Run cargo-fmtMatthias Beyer
2020-03-14General upgrade for clippy fix and remove of deprecated methods for errorsFederico Pasqua
2019-12-07Remove automatic lowercaseRyan Leckey
2019-01-03Re-export file source type markers (fixes #91)Ryan Leckey
2018-07-02Run rustfmt (nightly)Ryan Leckey