printer 0.7.2

Abstraction over terminal manipulation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "printer"
version = "0.7.2"
authors = ["Nbiba Bedis <bedisnbiba@gmail.com>"]
edition = "2021"
readme = "README.md"
description = "Abstraction over terminal manipulation"
repository = "https://github.com/sigmaSd/IRust/tree/master/crates/printer"
license = "MIT"

[dependencies]
crossterm = {version="0.27.0", features=["use-dev-tty"]}
unicode-width = "0.1.10"

[package.metadata.workspaces]
independent = true