net-lattice-model 0.2.0

The domain model of operating system networking state (routes, interfaces, DNS, ...), with no operating-system dependency.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "net-lattice-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8245c6a0b0edd0b1ccc568a427daa847eabda168ca038e46f057da819b8cd56c"

[[package]]
name = "net-lattice-ip"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "763ed871787e65b5829a0de29a9a091ba7301f985ff66ff47191de5d712f6962"

[[package]]
name = "net-lattice-model"
version = "0.2.0"
dependencies = [
 "net-lattice-core",
 "net-lattice-ip",
]