silly litl logger for kitties
/l、
(゚、 。 7
l、 ~ヽ
じしf_,)ノ
toml
[dependencies]
twink = "1.1.0"
rs
twink::purr!("good job!!!")
lso checkout the example
to print timestamps next to logs enable the feature flag corresponding to your format preference
toml
twink = { version = "1.1.0", features = ["12-hour"] }
toml
twink = { version = "1.1.0", features = ["24-hour"] }
twink can also be used as an interface for the log crate
toml
twink = { version = "1.1.0", features = ["log"] }