This repository was archived by the owner on Oct 15, 2025. It is now read-only.
v1.0.2
Fixes: * Improve documentation. * Fix problems when there are nested ``BoundConfigs``. Now they work correctly. (#90) * Add "meta" to options letting you declare additional data on the option when you're adding it. For example, this lets you do things like mark options as "secrets" so that you know which ones to ``******`` out when logging your configuration. (#88)