void_log

Crates.iovoid_log
lib.rsvoid_log
version0.1.2
created_at2024-12-19 07:16:55.812958+00
updated_at2025-05-24 18:07:54.1884+00
descriptionAn fast log print
homepage
repository
max_upload_size
id1488858
size18,240
慕梓茜 (VoidWind369)

documentation

README

纯Rust实现的Log日志库

  • 输出语言均为中文

  • Cargo.toml

[dependencies]
void_log = { git = "https://github.com/VoidWind369/void_log.git" }
  • Code
#[test]
fn test() {
    log_warn!("Warn");
    log_error!("Error");
    log_link!("Link");
    log_msg!("Message");
    log_debug!("Debug");
}
Commit count: 0

cargo fmt