maciejhirsz / ramhorns

Fast Mustache template engine implementation in pure Rust.
https://crates.io/crates/ramhorns
Mozilla Public License 2.0
297 stars 29 forks source link

Store the name of the partial that was not found #51

Closed grego closed 3 years ago

grego commented 3 years ago

std::io::Error does not preserve the name of the file that was not found. This PR adds a new Error enum variant NotFound, so that this piece of information remains available when a partial is not found.

grego commented 3 years ago

Thank you! Could you, please, publish the new version on crates?

maciejhirsz commented 3 years ago

@grego released as 0.12.