| Crates.io | logma |
| lib.rs | logma |
| version | 0.1.9 |
| created_at | 2024-01-08 12:58:46.228651+00 |
| updated_at | 2024-01-09 13:55:54.17452+00 |
| description | Logma? What's Logma? LOGMA TEXT |
| homepage | https://github.com/whamer100/rs_logma |
| repository | https://github.com/whamer100/rs_logma |
| max_upload_size | |
| id | 1092501 |
| size | 11,985 |
LOGMA TEXT
use logma::info;
fn main() {
info!("logma text");
// >>> [INFO] logma text
}
Add the following line to your Cargo.toml file under [dependencies]:
logma = "0.1.9"
colored = "2.1.0" # this is needed for this to function, and i dont know how to get around it