code_logger 0.1.2

A simple, colorful, and flexible logging library for Rust with timestamps, log levels, and custom error codes.
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "code_logger"
version = "0.1.2"
authors = ["Yogya <yogya.coder@gmail.com>"]
edition = "2021"
description = "A simple, colorful, and flexible logging library for Rust with timestamps, log levels, and custom error codes."
readme = "README.md"
license = "MIT"

[dependencies]
chrono = "0.4.42"