Crates.io | wei-log |
lib.rs | wei-log |
version | 0.2.12 |
source | src |
created_at | 2023-08-09 09:34:27.774198 |
updated_at | 2024-01-29 11:05:11.808867 |
description | wei log |
homepage | https://github.com/zuiyue-com/wei-log |
repository | |
max_upload_size | |
id | 939942 |
size | 5,657 |
#[macro_use]
extern crate wei_log;
fn main() {
info!("hello world");
error!("hello world");
}