Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Replace ansi library with inked library | Ben Bridle | 2025-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 text | Ben Bridle | 2025-02-04 |
| | |||
* | Move ANSI escape code constants to a separate module | Ben Bridle | 2025-02-03 |
| | | | | | This is to prevent the codes from polluting the main namespace when glob-importing from the log crate. | ||
* | Implement a fatal log level | Ben Bridle | 2025-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 LogLevel | Ben Bridle | 2025-02-03 |
| | |||
* | Initial commit | Ben Bridle | 2025-02-03 |