Packages

Configuration options management powered by Rust NIFs. Merges feature-flagged JSON/YAML configs with deep-merge semantics.

Current section

Files

Jump to
optify lib optify.ex
Raw

lib/optify.ex

defmodule Optify do
@moduledoc """
Optify - Configuration options management via Rust NIFs.
See the [homepage](https://github.com/juharris/optify) for details about how
feature files are combined to build the options to process at runtime.
"""
end