Hey! This repo is a library for creating a simplest character grafic in a command line, with that you can draw on canva, rounds, lines, rectangles. Your programming CLI program will be more soft and ~~while, curve~~ easy. ```Rust const CRATES_IO = "https://crates.io/crates/mairs".to_string(); let mut documentation = "DOCS/DOCS-0.1.6.md".to_string(); let repo_https = "https://github.com/dinskoy/mairs.git".to_string(); let repo_ssh = "git@github.com:dinskoy/mairs.git".to_string(); ```