#string #error-string #production #debugging #package

stringerror

string based error handling package

2 releases

0.1.2 Oct 8, 2022
0.1.1 Oct 8, 2022

#13 in #error-string

MIT license

3KB

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.

No runtime deps