humantalk

Crates.iohumantalk
lib.rshumantalk
version0.1.2
sourcesrc
created_at2024-02-12 09:42:42.485785
updated_at2024-02-14 09:21:19.694986
descriptionA simple libary for better end-user communication
homepagehttps://github.com/werdl/humantalk
repository
max_upload_size
id1136684
size12,732
werdl (werdl)

documentation

https://docs.rs/humantalk

README

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.
Commit count: 0

cargo fmt