11 releases
0.0.11 | Jul 10, 2023 |
---|---|
0.0.10 | Jun 2, 2022 |
#5 in #snmp
31 downloads per month
11KB
221 lines
snmptools
Unsafe Rust functions, based directly on net-snmp library for those, which are not Rust-native yet.
Methods:
- Converts SNMP OIDs to MIB names and vice-versa
Required crate features:
-
dynamic load libnetsnmp.so dynamically (more cross-platform)
-
static compile the binary with libnetsnmp.so dep or compile static lib inside (a bit faster)
Dependencies
~3.5MB
~70K SLoC