Parse .env FilesLoad and parse .env files into type-safe key-value pairs with support for comments, quotes, and empty values.
Read ValuesType-safe accessors for strings, booleans, integers, floats, enums, and lists with automatic parsing.
Write and UpdateAdd new key-value pairs, update existing values, and overwrite entries with type-safe setters.
Variable InterpolationSupports ${VAR} and $VAR syntax with circular dependency detection and configurable max depth.
Schema ValidationDefine schemas with required fields, types, and built-in validators (port, URL, email, IPv4, etc.).
SerializationWrite configurations back to .env format with key sorting, value quoting, and trailing newlines.
Modular ArchitectureParser, lexer, tokenizer, interpolation, schema, validator, serializer, writer, cache, iterator, all in separate files.