Usage
Provides 2 functions for working with and creating ascii art from simple text.
Convert text and selected symbols into ascii art
Join 2 ascii art images together (they both need to be rectangle for it to work, add spaces to the end so it's rectangle)
If you cargo run this crate you can enter input text and it will just print and than exit.
Usage in Rust
use convert;
[]
="0.1.5"
Road map
- kindof monospace
- full monospace
- add some more special characters
- auto spacing for join art
- better documentation