summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-07-10Add support for unsigned integersintegersMatthias Beyer
2021-07-10Remove support for integers smaller than i64Matthias Beyer
2021-07-10Add test for testing value typeMatthias Beyer
2021-07-10Add support for different sized integersMatthias Beyer
2021-07-10Merge pull request #207 from szarykott/async_sourceMatthias Beyer
2021-07-03Simplify example implMatthias Beyer
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-07-03Bump MSRV to 1.46.0Matthias Beyer
2021-07-03On 1.44.0, only test testsMatthias Beyer
2021-07-03Add test for async builderRadosław Kot
2021-07-03Add example implementation using async sourceRadosław Kot
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-11Merge pull request #209 from eduardocanellas/optimize-envMatthias Beyer
2021-06-09refactor(env): optimize and reduce allocationsEduardo Canellas
2021-06-08Merge pull request #212 from matthiasbeyer/msrv-ciMatthias Beyer
2021-06-08Fix: Remove trailing commaMatthias Beyer
2021-06-08Merge pull request #211 from matthiasbeyer/continue-on-error-on-nightlyMatthias Beyer
2021-06-08Update MSRV to 1.44.0Matthias Beyer
2021-06-08Run CI build/tests with 1.40.0Matthias Beyer
2021-06-08On nightly, ignore errorsMatthias Beyer
2021-06-08Merge pull request #210 from matthiasbeyer/fix-nightly-clippyMatthias Beyer
2021-06-08Fix clippy: Do not borrow referenceMatthias Beyer
2021-06-03Merge pull request #208 from mjte-riot/valuekind-pubMatthias Beyer
2021-06-03ValueKind is now public to users of the crateMatthew Edwards
2021-05-15Merge pull request #206 from matthiasbeyer/json5-supportMatthias Beyer
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-08Merge pull request #196 from szarykott/builderMatthias Beyer
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-07Merge pull request #205 from kpcyrd/updateMatthias Beyer
2021-05-07Port to nom 6kpcyrd
2021-05-07Update lazy_static dependencykpcyrd
2021-05-07Update glob dependencykpcyrd
2021-05-07Merge pull request #204 from kpcyrd/2018Matthias Beyer
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