snmp 0.1.1

SNMP client library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "snmp"
version = "0.1.1"
authors = ["Hroi Sigurdsson <hroi@asdf.dk>"]
description = "SNMP client library"
license = "MIT/Apache-2.0"
repository = "https://github.com/hroi/rust-snmp"
documentation = "https://hroi.github.com/snmp/"
readme = "README.md"
keywords = ["networking", "snmp", "monitoring"]
exclude = ["src/private"]

[dependencies]

[features]
private-tests = []