| Crates.io | wei-log |
| lib.rs | wei-log |
| version | 0.2.12 |
| created_at | 2023-08-09 09:34:27.774198+00 |
| updated_at | 2024-01-29 11:05:11.808867+00 |
| 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");
}