code_logger 0.1.2

A simple, colorful, and flexible logging library for Rust with timestamps, log levels, and custom error codes.
[[bin]]
name = "code_logger"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.42"

[package]
authors = ["Yogya <yogya.coder@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple, colorful, and flexible logging library for Rust with timestamps, log levels, and custom error codes."
edition = "2021"
license = "MIT"
name = "code_logger"
readme = "README.md"
version = "0.1.2"