We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
try_parsing
1 parent 801567b commit c06915eCopy full SHA for c06915e
src/env.rs
@@ -56,6 +56,8 @@ impl Environment {
56
self
57
}
58
59
+ /// Note: enabling `try_parsing` can reduce performance it will try and parse
60
+ /// each environment variable 3 times (bool, i64, f64)
61
pub fn try_parsing(mut self, try_parsing: bool) -> Self {
62
self.try_parsing = try_parsing;
63
0 commit comments