feat: add error handling

This commit is contained in:
Alexander Navarro 2025-02-13 15:45:06 -03:00
parent 6bf3947df3
commit 8d8388e81a
5 changed files with 77 additions and 9 deletions

3
src/lib.rs Normal file
View file

@ -0,0 +1,3 @@
mod error;
pub use error::{Error, Result, ResultTemplate};