tf_parser 0.1.0

technology(.tf) file parser in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Technology file subparser collection

mod base_parser;
mod color_parser;
mod contact_parser;
mod layer_dt_parser;
mod layer_parser;
mod rule_parser;
mod stipple_parser;
mod technology_parser;
pub mod tf_parser;
mod tile_parser;

pub use tf_parser::tf_parser;