termfmt 0.1.2

Opinionated formatting for library primatives with color and outputing to the terminal.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "termfmt"
version = "0.1.2"
edition = "2021"
description = "Opinionated formatting for library primatives with color and outputing to the terminal."
license = "MIT"

[dependencies]
chrono = { version ="0.4", optional = true }

[features]
command = []