Expand description
zorath-env – .env validation, documentation, and export library.
§Public API (stable)
envfile::parse_env_file,envfile::parse_env_str– Parse .env filesenvfile::interpolate_env– Resolve variable referencesschema::load_schema_with_options– Load JSON/YAML schemas (local or remote)commands::check::validate,commands::check::validate_files– Validationcommands::export::export_to_string– Export env to shell/docker/k8s/json/systemdcommands::docs::generate_markdown,commands::docs::generate_json– Generate docscommands::example::generate– Generate .env.example content
§Internal modules
Command run() functions are CLI entry points that perform I/O and print
to stdout/stderr. They are not part of the stable library API and are
marked #[doc(hidden)].