rasn-mib

Crates.iorasn-mib
lib.rsrasn-mib
version
sourcesrc
created_at2021-07-18 19:27:19.604533
updated_at2024-10-18 09:27:41.740903
descriptionData types for handling Management Information Base objects.
homepage
repositoryhttps://github.com/librasn/rasn.git
max_upload_size
id424463
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`
size0
(XAMPPRocky)

documentation

README

Management Information Base

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.

Commit count: 481

cargo fmt