| Crates.io | klayout-lyp |
| lib.rs | klayout-lyp |
| version | 0.1.1 |
| created_at | 2025-09-23 21:16:16.103752+00 |
| updated_at | 2025-09-23 22:58:38.256559+00 |
| description | A parser for KLayout layer properties files (*.lyp) |
| homepage | |
| repository | https://github.com/rahulk29/klayout-lyp |
| max_upload_size | |
| id | 1852113 |
| size | 270,053 |
A parser for KLayout layer properties files (*.lyp).
You can parse layer properties from a string as follows:
let lyp_file: &str = ...;
klayout_lyp::from_str(lyp_file);
You can also use klayout_lyp::from_reader to parse directly
from any type that implements std::io::Read.
Documentation updates, tests, and bug fixes are always welcome. For larger feature additions, please discuss your ideas with us before implementing them.
Contributions can be submitted by opening a pull request against the main branch
of this repository.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed under the BSD 3-Clause license, without any additional terms or conditions.