summaryrefslogtreecommitdiffstats
path: root/src/path/mod.rs
AgeCommit message (Collapse)Author
2022-12-16Fix clippy: Remove unnecessary castMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-07-14turn keys to lowercase to enable cross overridesYounessBird
2022-01-29simplify some match blocksDaniel Eades
2022-01-29use 'Self' to refer to own typeDaniel Eades
2021-12-29de-glob importsDaniel Eades
2021-12-29use 'if-else' rather than 'match' for single matchesDaniel Eades
2021-10-02Fix clippy: variable does not need to be passed as &mutMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-08-15Rename MapImpl to MapDavid Orchard
2021-08-15Move order preservation under a feature gateDavid Orchard
2021-08-15Preserve map order when mergingDavid Orchard
2021-08-15Use LinkedHashMap in place of HashMapDavid Orchard
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-10-01Run cargo-fmtMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-03-14General upgrade for clippy fix and remove of deprecated methods for errorsFederico Pasqua
2019-06-27port to nom 5Geoffroy Couprie
2018-07-02Run rustfmt (nightly)Ryan Leckey
2018-04-08Fix initialy set arr pathXX
2017-07-30Remove ConfigResult; close #36Ryan Leckey
2017-06-16Support subscript access on path get/setRyan Leckey
2017-06-13Remove amusing printlnRyan Leckey
2017-06-13:shirt: Fix clippy warningsRyan Leckey
2017-06-03Add set and set_default (and deep merging)Ryan Leckey
2017-06-01Move things around and get some tests in placeRyan Leckey