netlist 0.1.7

generic netlist data structure for VLSI design
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.nom]
version = "7.0"

[dependencies.thiserror]
version = "1.0"

[package]
authors = ["Eric Hsu <xuzhenyutc@icloud.com>"]
description = "generic netlist data structure for VLSI design"
edition = "2018"
exclude = ["testcases/*", "tests/*", "examples/*"]
keywords = ["eda", "graph"]
license = "MIT OR Apache-2.0"
name = "netlist"
readme = "README.md"
repository = "https://github.com/eda-rs/netlist"
version = "0.1.7"