# twink
silly litl logger for kitties
[](https://ci.codeberg.org/repos/12503)
[](https://crates.io/crates/twink)
[](https://crates.io/crates/twink)
```
/l、
(゚、 。 7
l、 ~ヽ
じしf_,)ノ
```
## usage
```toml
[dependencies]
twink = "1.1.0"
```
```rs
twink::purr!("good job!!!")
```
lso checkout the [example](examples/meow.rs)
### timestamps
to print timestamps next to logs enable the feature flag corresponding to your format preference
#### 12 hour (am/pm)
```toml
twink = { version = "1.1.0", features = ["12-hour"] }
```
#### 24 hour
```toml
twink = { version = "1.1.0", features = ["24-hour"] }
```
### log
twink can also be used as an interface for the [log](https://lib.rs/crates/log) crate
```toml
twink = { version = "1.1.0", features = ["log"] }
```
## license
[Apache-2.0](LICENSE)