klayout-lyp

Crates.ioklayout-lyp
lib.rsklayout-lyp
version0.1.1
created_at2025-09-23 21:16:16.103752+00
updated_at2025-09-23 22:58:38.256559+00
descriptionA parser for KLayout layer properties files (*.lyp)
homepage
repositoryhttps://github.com/rahulk29/klayout-lyp
max_upload_size
id1852113
size270,053
Rahul Kumar (rahulk29)

documentation

README

KLayout Layer Properties Parser

A parser for KLayout layer properties files (*.lyp).

Usage

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.

Contributing

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.

Commit count: 4

cargo fmt