wei-log

Crates.iowei-log
lib.rswei-log
version0.2.12
sourcesrc
created_at2023-08-09 09:34:27.774198
updated_at2024-01-29 11:05:11.808867
descriptionwei log
homepagehttps://github.com/zuiyue-com/wei-log
repository
max_upload_size
id939942
size5,657
zuiyue.com (zuiyue-com)

documentation

https://github.com/zuiyue-com/wei-log

README

how to use

#[macro_use]
extern crate wei_log;

fn main() {
    info!("hello world");
    error!("hello world");
}
Commit count: 0

cargo fmt