sclog 0.4.0

A fast, simple, dependency-free logging library for Rust.
Documentation
[package]
name = "sclog"
authors = ["Jan Moretz <me@zhrexx.com>"]
version = "0.4.0"
edition = "2024"
license = "MIT"
description = "A fast, simple, dependency-free logging library for Rust."
repository = "https://git.sr.ht/~zhrexx/sclog"
documentation = "https://docs.rs/sclog"
keywords = ["logging", "log", "library"]
readme = "README.md"
license-file = "LICENSE"

[dependencies]


[profile.release]
opt-level = 3
lto = true
codegen-units = 1