[go: up one dir, main page]

log-once 0.1.0

Collection of helper macros for logging some events only once.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "log-once"
version = "0.1.0"
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.3"

[dev-dependencies]
lazy_static = "0.2"