summaryrefslogtreecommitdiffstats
path: root/src/file/source/mod.rs
AgeCommit message (Collapse)Author
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
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
2017-07-30Remove ConfigResult; close #36Ryan Leckey
2017-06-23Make boxed errors Send + SyncJascha
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-01Move things around and get some tests in placeRyan Leckey