summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Replace ansi library with inked libraryBen Bridle2025-04-27
| | | | | The new inked library correctly handles coloured text on Windows, and allows colours to be disabled with the NO_COLOR environment variable.
* Use ansi crate for styling textBen Bridle2025-02-04
|
* Move ANSI escape code constants to a separate moduleBen Bridle2025-02-03
| | | | | This is to prevent the codes from polluting the main namespace when glob-importing from the log crate.
* Implement a fatal log levelBen Bridle2025-02-03
| | | | | | The error log level now reports recoverable errors, with the fatal log level being reserved for unrecoverable errors where the program should immediately terminate.
* Allow using logging macros without importing LogLevelBen Bridle2025-02-03
|
* Initial commitBen Bridle2025-02-03