#error #library #dynamic #reporting #process

nightly anyways

An alternative dynamic error handling library

7 releases

0.3.0 Aug 14, 2022
0.2.0 Jul 2, 2022
0.1.4 Jul 2, 2022

#29 in #reporting

MIT license

45KB
1K SLoC

Anyways

An alternative Error handling library. More documentation coming soon™️


lib.rs:

Anyways

Anyways is a dynamic error reporting library. Which allows you to not worry about creating error types and instead handling errors.

This library is not recommended for other libraries to use and instead it is advised to use something like thiserror to easily generate concrete types to make it easier for other people to use the library. Instead this is intended for applications where a ton of libraries are used to create a product and where making a concrete error type is not feasible.

Panic Processes

  1. Audit gets made
  2. The AuditProcessor removes useless information and makes the information more digestible
  3. The AuditFormatter formats the audit sections to the output.

Dependencies

~2.6–3.5MB
~73K SLoC