ortho_config 0.9.0

A configuration management library for Rust, inspired by esbuild.
Documentation
1
2
3
4
5
Feature: Comma-separated environment lists
  Scenario: parse environment variable into list
    Given the environment variable DDLINT_RULES is "A,B,C"
    When the configuration is loaded
    Then the rules are "A,B,C"