summaryrefslogtreecommitdiffstats
path: root/src/file/source/file.rs
AgeCommit message (Expand)Author
2022-04-10fix: dot in config nameCfirTsabari
2022-01-29use 'Self' to refer to own typeDaniel Eades
2021-12-29Merge pull request #264 from danieleades/refactor/pedantic-lintsMatthias Beyer
2021-12-29use 'if-else' rather than 'match' for single matchesDaniel Eades
2021-12-29silence/address unused code warningsDaniel Eades
2021-11-21chore: replace path_relative_from function with pathdiff crateConrad Ludgate
2021-11-21chore: some file read simplificationsConrad Ludgate
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-23Satisfy clippy's type_complexity lintRadosław Kot
2021-10-23Make File generic over Format and FileExtensionsRadosław Kot
2021-04-09Ensure order in the galaxy... I mean the importsMatthias Beyer
2021-04-09Remove unused importsMatthias Beyer
2020-10-01Run cargo-fmtMatthias Beyer
2020-03-14General upgrade for clippy fix and remove of deprecated methods for errorsFederico Pasqua
2018-07-02Run rustfmt (nightly)Ryan Leckey
2017-07-30Remove ConfigResult; close #36Ryan Leckey
2017-06-23Make boxed errors Send + SyncJascha
2017-06-22Implement Source for Vec<T: Source> and From<Path> 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 in...Ryan Leckey
2017-06-01Move things around and get some tests in placeRyan Leckey