Crates.io | rasn-mib |
lib.rs | rasn-mib |
version | |
source | src |
created_at | 2021-07-18 19:27:19.604533 |
updated_at | 2024-10-18 09:27:41.740903 |
description | Data types for handling Management Information Base objects. |
homepage | |
repository | https://github.com/librasn/rasn.git |
max_upload_size | |
id | 424463 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This crate represents an implementation of MIB objects defined in IETF RFCs,
Nearly all of these types are newtype wrappers around their network
protocol type, and as such don't they add any additional overhead in terms
of size, any OBJECT-TYPE
information is available statically through the
[smi::ObjectType
] trait.