index
:
config
add-dhall-support
add-test-empty-inner-obj
case-sensitivity-support
do-no-longer-ignore-cargolock
feature-gates-tests
fix-deprecated-example-global
integers
issue-369
log-deser
master
msrv-workflow-clippy-stable
pr-217
pr-218
release-0.13.x
release-0.14.x
remove-deprecated
repro-424
rethink
roundtrip-deser-vec
szarykott-builder-patches
test-decimal
test-float-vs-real-int
unreachable-test
Contrib clone of config
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
env.rs
Age
Commit message (
Expand
)
Author
2023-07-22
Make the parse list key to lowercase when insert the keys
bigduu
2022-09-29
env: add a 'convert_case' field to ease dealing with kebab-case
Dan Aloni
2022-08-02
Fix: Use float_cmp for testing floats
Matthias Beyer
2022-06-28
Use TryInto for more permissive deserialization for integers
Kesavan Yogeswaran
2022-04-18
test: Adopt test-env to fix random test failure
Xuanwo
2022-03-11
chore: add the possibility to keep the prefix from env var.
Jérémy Audiger
2022-02-28
feat: env contains list of strings
simon-an
2022-02-24
add prefix separator support
Conrad Ludgate
2022-01-29
use semicolons if nothing returned
Daniel Eades
2021-12-29
silence/address unused code warnings
Daniel Eades
2021-12-29
de-glob imports
Daniel Eades
2021-12-29
remove 'extern crate' imports
Daniel Eades
2021-11-23
Merge pull request #251 from conradludgate/value-deserialize
Matthias Beyer
2021-11-23
update tests not use deprecated methods
Conrad Ludgate
2021-11-23
rename try_into to try_deserialize to avoid confusion
Conrad Ludgate
2021-06-08
Fix: Remove trailing comma
Matthias Beyer
2021-05-08
Use ConfigBuilder in env.rs tests
Radosław Kot
2021-05-04
Fix env tests, remove unused import
John Brandt
2021-05-04
more environment variable parsing tests
John Brandt
2021-05-04
Renames parse_numbers to try_parsing
Joel Gallant
2021-05-04
Uses into_* for value conversions and adds bool as an option
Joel Gallant
2021-05-04
Adds 'parse_numbers' options for Environment
Joel Gallant
2021-04-09
Ensure order in the galaxy... I mean the imports
Matthias Beyer
2021-03-26
Fix custom separator for group prefixes
Lyuben Todorov
2018-09-25
Use a build config on Environment instead of a feature flag for #78
Ryan Leckey
2018-09-26
Treat empty environment variables as unset
Phil Booth
2018-07-02
Update readme/changelog for 0.9
Ryan Leckey
2018-02-13
add test for prefix with variant forms of spelling
Christian Fochler
2018-01-29
add default prefix separator
Christian Fochler
2018-01-28
add tests for environment handling
Christian Fochler