rtb-config 0.6.2

Layered, typed configuration backed by figment. Part of the phpboyscout Rust toolkit.
Documentation
[project]
site_name = "rtb-config"
site_description = "Typed, layered configuration backed by figment — embedded defaults, user files, and env vars merged into your Deserialize struct with atomic reload."
site_author = "Matt Cockayne"
site_url = "https://config.rust.phpboyscout.uk"
repo_url = "https://gitlab.com/phpboyscout/rust/config"
copyright = """
Copyright © 2026 Matt Cockayne
"""

[project.theme]
language = "en"
features = [
    "content.code.copy",
    "navigation.footer",
    "navigation.indexes",
    "navigation.sections",
    "search.highlight",
    "search.suggest",
    "toc.follow",
]

[[project.nav]]
"Overview" = "index.md"

[[project.nav]]
"Reference (docs.rs)" = "https://docs.rs/rtb-config"