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
#[cfg(feature = "structs")]
mod structs;
#[cfg(feature = "structs")]
pub use structs::{CommaVec, SemiVec};

pub use estring::core::EString;

#[cfg(feature = "aggs")]
pub use estring::agg::*;
#[cfg(feature = "low-level")]
pub use estring::low::*;
#[cfg(feature = "structs")]
pub use estring::structs::*;