ios-config-core 0.1.0

IR types for Cisco IOS configuration (used by ios-config)
Documentation
  • Coverage
  • 100%
    245 out of 245 items documented1 out of 70 items with examples
  • Size
  • Source code size: 38.52 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.68 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • casablanque-code/ios-config
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • casablanque-code

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"