rust-cli / env_logger

A logging implementation for `log` which is configured via an environment variable.
https://docs.rs/env_logger
Apache License 2.0
797 stars 124 forks source link

chore: Update docs and examples to 2018 edition #260

Closed y-yagi closed 9 months ago

y-yagi commented 1 year ago

We don't need macro_use now and I think use is more readable.