Error library for private use
Go to file
Franklin 18cc77b626 added a few macros to help with error propagation 2023-09-30 10:13:03 -04:00
.idea Upgraded Err library 2023-09-27 20:29:03 -04:00
src added a few macros to help with error propagation 2023-09-30 10:13:03 -04:00
.gitignore Initial Commit 2022-09-25 11:08:47 -04:00
Cargo.toml added a few macros to help with error propagation 2023-09-30 10:13:03 -04:00
Readme.md Added basic readme 2022-09-25 11:17:46 -04:00

Readme.md

Err

by Franklin Blanco

Custom errors, and a unified way of sending messages back to a client. (MessageResource, Error)

Initially made for private use