gdsr 0.0.1-alpha.3

A GDSII reader and writer for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![allow(clippy::needless_pass_by_value)]

mod arbitrary;
mod grid;
mod path;
mod point;
mod polygon;
mod roundtrip;
mod text;
mod transformation;
mod unit;
mod validation;