printer 0.4.0

Abstraction over terminal manipulation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.crossterm]
version = "0.22.1"

[dependencies.unicode-width]
version = "0.1.8"

[package]
authors = ["Nbiba Bedis <bedisnbiba@gmail.com>"]
description = "Abstraction over terminal manipulation"
edition = "2021"
license = "MIT"
name = "printer"
readme = "README.md"
repository = "https://github.com/sigmaSd/IRust/tree/master/crates/printer"
version = "0.4.0"