| Crates.io | stringerror |
| lib.rs | stringerror |
| version | 0.1.2 |
| created_at | 2022-10-08 03:42:15.600483+00 |
| updated_at | 2022-10-08 22:01:49.318942+00 |
| description | string based error handling package |
| homepage | |
| repository | https://github.com/AstralCupid/stringerror/ |
| max_upload_size | |
| id | 683302 |
| size | 2,866 |
This is my first attempt at a rust library. I am using it as a learning experience, please pardon any mistakes or non-idiomatic code.
The goal is to create a simple yet composable error type that consists of mostly strings, intended to be used in production environments to facilitate debugging.