Syn_Crabs
syn_crabs is a lightweight and configurable logging utility for Rust applications, featuring color-coded log output.
Features
- Color-coded log levels (ERROR, WARN, INFO, DEBUG, TRACE)
- Configurable log levels via the
RUST_LOGenvironment variable - Easy integration with any Rust application
Installation
Add syn_crabs to your Cargo.toml:
[]
= "0.1.0"
Usage
Setting Log Level:
RUST_LOG=debug
Implementing:
use setup_logging;