425be4bef4
First switch to LazyLock from OnceLock, to simplify the code. Then concatenate the colour reset escape code instead of using format!(), since the vast majority of those strings have more capacity than their length it will avoid a reallocation in most cases. |
||
---|---|---|
.. | ||
examples | ||
src | ||
.gitignore | ||
Cargo.toml | ||
ChangeLog | ||
logo.svg | ||
README.md |
TODO
- allow tls verify customization
- more tests