syslog3 3.0.0

Shim library re-exporting syslog::* from syslog version 3.0
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "syslog3"
version = "3.0.0"
authors = ["daboross@daboross.net"]
description = "Shim library re-exporting syslog::* from syslog version 3.0"
license = "MIT"
repository = "https://github.com/daboross/syslog3-re-exported"

[dependencies]
syslog = "3"

[features]
nightly = ["syslog/nightly"]