Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "loggr"
version = "0.3.0"
authors = ["M Farkas-Dyck <strake888@gmail.com>"]
description = "simple logger"
license = "MIT OR Apache-2.0"

[dependencies]
i-o = "0.4"
log = { version = "0.4.1", default-features = false }
unix = "0.4"