enve 0.4.0

it helps you work with environment variables and convert it to any type using only type annotations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Examples

## Calculator

Fun calculator based on environment variables

```
E=2*2-1-1+5*3-10 cargo run --example calc --all-features
```

Limits (yet):

- Supports `*`, `+`, `-`