Crate anyways

Source
Expand description

§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.

Modules§

audit
ext
formatter
processor

Functions§

get_audit_formatter
get_audit_processor
set_audit_formatter
set_audit_processor

Type Aliases§

Result