logma

Crates.iologma
lib.rslogma
version0.1.9
sourcesrc
created_at2024-01-08 12:58:46.228651
updated_at2024-01-09 13:55:54.17452
descriptionLogma? What's Logma? LOGMA TEXT
homepagehttps://github.com/whamer100/rs_logma
repositoryhttps://github.com/whamer100/rs_logma
max_upload_size
id1092501
size11,985
whamer100 (whamer100)

documentation

README

Logma? What's Logma?

LOGMA TEXT

todo:

  • actually populate this readme (im writing this at 5 am, ill do it later)
  • figure out a good way to add documentation

Example

use logma::info;

fn main() {
  info!("logma text");
  // >>> [INFO] logma text
}

Install

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
Commit count: 0

cargo fmt