summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-07-03Fix clippy: Use to_string() instead of clone()Matthias Beyer
2021-07-03Fix clippy: Use &str instead of &String as argumentMatthias Beyer
2021-06-26Reimplement the Config building mechanismRadosław Kot
2021-06-26Add AsyncSource traitRadosław Kot
2021-06-26Add doc to fnMatthias Beyer
2021-06-26Refactor: Import Result and use it instead of specifying full type pathMatthias Beyer
2021-06-26Refactor: Extract setting of cache to helper fnMatthias Beyer
2021-06-09refactor(env): optimize and reduce allocationsEduardo Canellas
2021-06-08Fix clippy: Do not borrow referenceMatthias Beyer
2021-06-03ValueKind is now public to users of the crateMatthew Edwards
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-08Use ConfigBuilder in env.rs testsRadosław Kot
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
2021-05-08Merge pull request #137 from joelgallant/parse-env-numbersMatthias Beyer
2021-05-07Port to nom 6kpcyrd
2021-05-07Update to rust 2018 editionkpcyrd
2021-05-04Fix env tests, remove unused importJohn Brandt
2021-05-04Add perfromance note to `try_parsing`John Brandt
2021-05-04reduce env parsing repetitionJohn Brandt
2021-05-04more predictable env parsing and reduced clonesJohn Brandt
2021-05-04clearer env bool parse ifJohn Brandt
2021-05-04If env value is true or false parse as boolJohn Brandt
2021-05-04Renames parse_numbers to try_parsingJoel Gallant
2021-05-04Uses into_* for value conversions and adds bool as an optionJoel Gallant
2021-05-04Adds 'parse_numbers' options for EnvironmentJoel Gallant
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-04-03Merge pull request #193 from matthiasbeyer/miscMatthias Beyer
2021-04-01Provide a nice Display impl for ValueKind::{Array, Table}Matthias Beyer
2021-04-01Simplify impl From<Vec<T>> for ValueKindMatthias Beyer
2021-04-01Simplify impl of From<HashMap<String, T>> for ValueKindMatthias Beyer
2021-04-01Remove ConfigKind typeMatthias Beyer
2021-03-31Simplify implementationMatthias Beyer
2021-03-31Fix: Remove allow(dead_code)Matthias Beyer
2021-03-31Fix: Add missing Config::freeze() functionMatthias Beyer
2021-03-28Rename get_str() → get_string() to match returned typeCaleb Maclennan
2021-03-26Merge pull request #184 from matthiasbeyer/config-only-default-constructorMatthias Beyer
2021-03-26Fix custom separator for group prefixesLyuben Todorov
2021-03-26Remove Config::new()Matthias Beyer
2021-03-19Add doc: Config::set_default()Matthias Beyer
2021-03-19Add doc: Config:set()Matthias Beyer
2021-03-18port to rust-ini 0.16Fabio Valentini
2021-03-17Merge pull request #172 from matthiasbeyer/add-setterMatthias Beyer
2021-03-17Add a Config::set_once() function to set a value once (and let Config::merge(...Matthias Beyer