mairs

Crates.iomairs
lib.rsmairs
version0.1.6
sourcesrc
created_at2023-07-16 12:13:48.170047
updated_at2023-09-20 14:20:18.275447
descriptionThis is library was created for simply programing CLI programs, with the simplest console graphical interface
homepage
repositoryhttps://github.com/dinskoy/mairs
max_upload_size
id917736
size4,275,364
Kas O'dam (Kas-O-dam)

documentation

README

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();
Commit count: 45

cargo fmt