debug-log 0.1.0

Dead simple log utils for debug. Filter and group logs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["zxch3n <remch183@outlook.com>"]
description = "Dead simple log utils for debug. Filter and group logs."
documentation = "https://docs.rs/debug-log"
edition = "2021"
homepage = "https://github.com/zxch3n/debug-log"
include = ["Cargo.toml", "**/*.rs"]
keywords = ["debug", "log"]
license = "MIT"
name = "debug-log"
readme = "README.md"
repository = "https://github.com/zxch3n/arref"
version = "0.1.0"