sll 0.1.1

A simple logging library.
Documentation
[dependencies.colored]
version = "2.0.0"

[lib]
bench = true
crate_type = ["lib"]
doc = true
doctest = true
edition = "2021"
harness = true
name = "sll"
path = "src/main.rs"
test = true

[package]
authors = ["glitch__"]
description = "A simple logging library."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "sll"
readme = "README.md"
version = "0.1.1"