fluent-templates
fluent-templates copied to clipboard
feat: Remove panic, prefer error handling
Resolves #54
This PR swaps the panic call for proper error handling. The function now returns a Result
with a specialized error type, rather than an Option
.
Tests for these new errors are still TODO; I just wanted to collect some feedback on this first.