Skip to main content

Crate ios_config_core

Crate ios_config_core 

Source
Expand description

§ios-config-core

Intermediate representation (IR) types for parsed Cisco IOS configurations.

This crate is a companion to ios-config and is re-exported from it. You typically do not need to depend on this crate directly — depend on ios-config instead and use the types from there.

[dependencies]
ios-config = "0.1"

If you are building a tool that only needs the IR types (e.g. a renderer or a converter) without pulling in the parser, you can depend on this crate alone:

[dependencies]
ios-config-core = "0.1"

Re-exports§

pub use ir::*;

Modules§

ir
Intermediate representation (IR) for Cisco IOS configurations.