min_logger 0.3.0

Ultra-simple minimalistic logger with a focus on performance. No bells or whistles, just a fast simple no-fuss logger.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.log]
version = "0.4.20"

[lib]
bench = true
crate-type = ["cdylib"]
path = "source/lib.rs"

[package]
autotests = false
description = "Ultra-simple minimalistic logger with a focus on performance. No bells or whistles, just a fast simple no-fuss logger."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "min_logger"
readme = "README.md"
repository = "https://codeberg.org/tryoxiss/simplest_logger"
version = "0.3.0"