| Crates.io | void_log |
| lib.rs | void_log |
| version | 0.1.2 |
| created_at | 2024-12-19 07:16:55.812958+00 |
| updated_at | 2025-05-24 18:07:54.1884+00 |
| description | An fast log print |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1488858 |
| size | 18,240 |
输出语言均为中文
Cargo.toml
[dependencies]
void_log = { git = "https://github.com/VoidWind369/void_log.git" }
#[test]
fn test() {
log_warn!("Warn");
log_error!("Error");
log_link!("Link");
log_msg!("Message");
log_debug!("Debug");
}