optional-log 0.1.1

A simple way to provide an optional `log` feature for you crates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Nichts Hsu <NichtsVonChaos@gmail.com>"]
categories = ["config"]
description = "A simple way to provide an optional `log` feature for you crates"
edition = "2021"
keywords = ["log", "optional", "switch"]
license = "MIT OR Apache-2.0"
name = "optional-log"
readme = "README.md"
repository = "https://github.com/NichtsHsu/optional-log"
version = "0.1.1"