logma 0.1.2

Logma? What's Logma? LOGMA TEXT
Documentation
# 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


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

## Install


Add the following line to your `Cargo.toml` file under `[dependencies]`:

```toml
logma = { git = "https://github.com/whamer100/rs_logma" }
```