Skip to main content

Crate dotenvpp

Crate dotenvpp 

Source
Expand description

§DotenvPP — Dotenv++

Next-generation environment configuration with typed schemas, encryption, expressions, policies, and WASM support.

⚠️ This crate is in early development. The API is not yet stable.

§What is DotenvPP?

DotenvPP is a modern replacement for .env file management that adds:

  • Typed schemas — Define types, ranges, and validation rules
  • Encryption — AES-256-GCM with X25519 key exchange
  • Expressions — Computed configuration values
  • Policies — Declarative rules for configuration governance
  • WASM support — Runs in browsers and edge runtimes

§Quick Start

// Coming soon — DotenvPP is in active development

Functions§

version
DotenvPP is in early development. This is a name reservation. Full implementation coming soon.