Go to file
Dustin bd7b80dede main: Improve error messages from Tera
The `to_string()` method of `tera::Error` structures only returns the
string value for itself; the messages from the underlying errors are
not included.  This effectively means any error from Tera just becomes
"failed to render template."  To provide a complete message, we have to
recursively call `source()` on the error chain and append its string
representation to the error message.
2024-01-11 20:01:30 -06:00
src main: Improve error messages from Tera 2024-01-11 20:01:30 -06:00
.gitattributes Initial commit 2024-01-11 08:23:48 -06:00
.gitignore Initial commit 2024-01-11 08:23:48 -06:00
Cargo.lock Render templates to file and set permissions 2024-01-11 13:36:39 -06:00
Cargo.toml Render templates to file and set permissions 2024-01-11 13:36:39 -06:00
rustfmt.toml Initial commit 2024-01-11 08:23:48 -06:00