netconv-core 0.1.0

Vendor-agnostic IR (intermediate representation) types and traits for network device configuration conversion. Used by ios-config and the netconv renderers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod ir;
pub mod profile;
pub mod report;
pub mod traits;

pub use ir::*;
pub use profile::{detect_domain_mismatches, DeviceProfile, DomainMismatch};
pub use report::{
    ConfidenceLevel, ConversionReport, ReportItem, ReportSummary, RiskLevel, RiskScore, Severity,
};
pub use traits::*;