summaryrefslogtreecommitdiffstats
path: root/src/builder.rs
AgeCommit message (Expand)Author
2022-12-04Add Clone trait to builder stateJunichiSugiura
2022-03-31Fixed type in ConfigBuilder docsbicarlsen
2022-03-22Add ConfigBuilder::set_override_option()Rafael Saraiva Figueiredo
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 implicit iter loopsDaniel Eades
2021-12-29use 'Self' to refer to own typeDaniel Eades
2021-12-28Add #[must_use] annotationsMatthias Beyer
2021-10-02Fix clippy: Remove unused field: AsyncConfigBuilder::defaultsMatthias Beyer
2021-10-02Fix clippy: Remove unused field: AsyncConfigBuilder::overridesMatthias Beyer
2021-10-02Fix clippy: Remove unused field: AsyncConfigBuilder::sourcesMatthias Beyer
2021-08-15Rename MapImpl to MapDavid Orchard
2021-08-15Switch from LinkedHashMap to IndexMapDavid Orchard
2021-08-15Move order preservation under a feature gateDavid Orchard
2021-08-15Use LinkedHashMap in place of HashMapDavid Orchard
2021-06-26Reimplement the Config building mechanismRadosław Kot
2021-06-26Refactor: Import Result and use it instead of specifying full type pathMatthias Beyer
2021-05-08Make ConfigBuilder's method consumingRadosław Kot
2021-05-08Modify tests to use both ConfigBuilder and ConfigRadosław Kot
2021-05-08Add ConfigBuilderRadosław Kot