]> quire.kejadlen.dev Git - quire.git/commit
Switch from color-eyre to miette for error reporting
authorAlpha Chen <alpha@kejadlen.dev>
Fri, 24 Apr 2026 13:27:33 +0000 (06:27 -0700)
committerAlpha Chen <alpha@kejadlen.dev>
Fri, 24 Apr 2026 14:30:44 +0000 (07:30 -0700)
commit9ef73af8307bf3e2985e9436e0b0fcd91cb48b65
treee34249a988cca3540b993c010dabffa147cd9755
parent51af71f43a0bffdb988e6afc2e9c6462917847b5
Switch from color-eyre to miette for error reporting

Miette provides better diagnostic output and integrates with thiserror
via the Diagnostic derive. Library errors now derive both Error and
Diagnostic. Binary uses miette::Result with into_diagnostic() for
third-party errors.

Assisted-by: GLM-5.1 via pi
Cargo.lock
Cargo.toml
src/bin/quire/commands/exec.rs
src/bin/quire/commands/serve.rs
src/bin/quire/main.rs
src/error.rs