summaryrefslogtreecommitdiffstats
path: root/tests/env.rs
AgeCommit message (Expand)Author
2021-05-04more environment variable parsing testsJohn 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-09Ensure order in the galaxy... I mean the importsMatthias Beyer
2021-03-26Fix custom separator for group prefixesLyuben Todorov
2018-09-25Use a build config on Environment instead of a feature flag for #78Ryan Leckey
2018-09-26Treat empty environment variables as unsetPhil Booth
2018-07-02Update readme/changelog for 0.9Ryan Leckey
2018-02-13add test for prefix with variant forms of spellingChristian Fochler
2018-01-29add default prefix separatorChristian Fochler
2018-01-28add tests for environment handlingChristian Fochler