log-once 0.4.1

Collection of helper macros for logging some events only once.
Documentation
[package]
name = "log-once"
version = "0.4.1"
edition = "2021"
rust-version = "1.65"

authors = ["Luthaf <luthaf@luthaf.fr>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/Luthaf/log-once"
homepage = "https://github.com/Luthaf/log-once"
documentation = "https://docs.rs/log-once/"
description = "Collection of helper macros for logging some events only once."

[dependencies]
log = "0.4"

[dev-dependencies]
lazy_static = "1"