1
0
mirror of https://github.com/o2sh/onefetch synced 2024-06-30 22:54:20 +00:00
onefetch/ascii/README.md
ozwaldorf 5cc8ea62b8
feat(ascii): parse multi-byte unicode chars correctly + docs (#936)
* fix: parse multi-byte unicode chars correctly

* tests(ascii): add unicode block assertation to render

* docs(ascii): add AsciiArt usage example

* docs(ascii): fix ascii doc onefetch link

* docs(ascii): add badges to readme

* docs(ascii): add no_run to example
2023-01-19 18:32:47 +01:00

437 B

ascii

crates.io docs.rs

Provides the primary interface to display ascii art to the terminal.

More info here.

This crate is designed as part of the onefetch project.