Skip to content

Human friendly debug and error messages for Rust

License

Notifications You must be signed in to change notification settings

werdl/humantalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

humantalk

human friendly debug messages

why

  • not all your end users will be developers
  • not all your end users will be familiar with your codebase
  • so why not make it easier for them to understand what's going on?
  • streamlines bug reporting, highly customisable

what

  • has the ability to produce warnings, info messages, debug messages (if debug symbols are enabled), and non-fatal messages, which are displayed in various colors
  • can do fatal errors, which will also generate a crash file (see an example in crash_report.log), and instruct the user to submit a bug report on your docsite/github issues/github discussion/email etc.

About

Human friendly debug and error messages for Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages