Expand description
Re-exports§
pub use catalog::Catalog;pub use catalog::CommandEntry;pub use catalog::ProtocolAlternatives;pub use catalog::VendorFile;pub use command_types::CommandType;pub use error::Error;pub use error::Result;pub use probe::probe_device;pub use probe::ProbeConfig;pub use probe::ProbeReport;pub use version::FirmwareVersion;pub use version::VersionRange;
Modules§
- catalog
- Catalog: the typed in-memory representation of one or more vendor YAML files.
- command_
types - Abstract command types — vendor-neutral vocabulary for switch operations.
- error
- Error types for catalog loading, version parsing, and probe operations.
- probe
- Protocol-capability probe — stdlib-only TCP fingerprinting.
- version
- Firmware version parsing + range matching.