Skip to content

GDSR

Crates.io codecov License: MIT

GDSII manipulation, written in Rust.

GDS I/O Benchmark

!!! warning This is a work in progress and is not yet ready for production use.

Installation

Install uv with our standalone installers:

Bash
1
2
# On macOS and Linux.
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/MatthewMckee4/gdsr/releases/download/0.0.1-alpha.3/gdsr-viewer-installer.sh  | sh
Bash
1
2
# On Windows.
powershell -ExecutionPolicy Bypass -c "irm https://github.com/MatthewMckee4/gdsr/releases/download/0.0.1-alpha.3/gdsr-viewer-installer.ps1 | iex"

Getting Started

Check out the gdsr README for more information about the Rust crate.

Inspiration

My main inspiration comes from gdstk. If you are looking for an extremely fast gds manipulation python package then i would strongly recommend heading over and having a look at his work.

Other inspirations include:

Documentation

gdsr's documentation is available at matthewmckee4.github.io/gdsr

Need help?

Head over to the issues page to see if anyone has had the same issue as you.

Contributing

Contributions are welcome! Please see the contributing guide for more information.

License

gdsr is licensed under the MIT License.