tiny_log 0.2.0

Tiny fast non-blocking ergonomic logging system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "tiny_log"
version = "0.2.0"
edition = "2021"
description = "Tiny fast non-blocking ergonomic logging system"
license = "MIT OR Apache-2.0"

[dependencies]
time = { version="0.3", default-features=false, features=["std"] }
itoa = "^1"
# parking_lot = "^0.12"
serde_json = "^1"