API Reference Nvir v0.13.2

View Source

Modules

This is the main API for Nvir, an environment variable loader and validator.

Collection of casters for environment variables.

Exception defining an invalid cast. For instance with this dotenv file

Exception raised when Nvir.dotenv!/1 fails to parse a dotenv file.

A behaviour for environment variables sources parser.

Exception representing parse errors from the default parser Nvir.Parser.

This is the default Nvir parser, a recursive-descent parser with backtracing support for dotenv files.