Crates.io | mairs |
lib.rs | mairs |
version | 0.1.6 |
source | src |
created_at | 2023-07-16 12:13:48.170047 |
updated_at | 2023-09-20 14:20:18.275447 |
description | This is library was created for simply programing CLI programs, with the simplest console graphical interface |
homepage | |
repository | https://github.com/dinskoy/mairs |
max_upload_size | |
id | 917736 |
size | 4,275,364 |
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.
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();