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
12
13
14
15
16
[package]
name = "netconv-core"
# First-ever publish of this crate name — independent from the netconv
# app/workspace version and from ios-config's version. Starts at 0.1.0.
version = "0.1.0"
edition = "2021"
description = "Vendor-agnostic IR (intermediate representation) types and traits for network device configuration conversion. Used by ios-config and the netconv renderers."
license = "MIT"
repository = "https://github.com/casablanque-code/netconv"
readme = "README.md"
keywords = ["network", "config", "ir", "parser", "converter"]
categories = ["network-programming", "parser-implementations"]

[dependencies]
serde = { version = "1", features = ["derive"] }
ipnet = { version = "2", features = ["serde"] }