humantalk
Crates.io | humantalk |
lib.rs | humantalk |
version | 0.1.2 |
source | src |
created_at | 2024-02-12 09:42:42.485785 |
updated_at | 2024-02-14 09:21:19.694986 |
description | A simple libary for better end-user communication |
homepage | https://github.com/werdl/humantalk |
repository | |
max_upload_size | |
id | 1136684 |
size | 12,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