rasn-snmp 0.26.5

Data types for handling the Simple Network Management Protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rasn-snmp"
version.workspace = true
edition.workspace = true
description = "Data types for handling the Simple Network Management Protocol"
license.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
smi = { path = "../smi", package = "rasn-smi", version = "0.26" }
rasn = { path = "../..", version = "0.26" }

[dev-dependencies]
hex = "0.4.3"
pretty_assertions.workspace = true