twink

silly litl logger for kitties

/l、 (゚、 。 7 l、 ~ヽ じしf_,)ノ

usage

toml [dependencies] twink = "1.0.0"

rs twink::purr!("good job!!!")

lso checkout the example

timestamps

to print timestamps next to logs enable the feature flag corresponding to your timestamp format prefrence

12 hour (am/pm)

toml twink = { version = "1.0.0", features = ["12-hour"] }

24 hour

toml twink = { version = "1.0.0", features = ["24-hour"] }

license

Apache-2.0