rtb-error 0.6.1

Error types and the diagnostic report pipeline. Part of the phpboyscout Rust toolkit.
Documentation
[project]
site_name = "rtb-error"
site_description = "Error types and the diagnostic report pipeline: canonical Error enum, Result alias, and the miette hook pipeline."
site_author = "Matt Cockayne"
site_url = "https://error.rust.phpboyscout.uk"
repo_url = "https://gitlab.com/phpboyscout/rust/error"
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-error"