GDSR
GDSII manipulation, written in rust.
[!WARNING] This is a work in progress and is not yet ready for production use.
gdsr is currently being repurposed to being a rust crate at the core. Python bindings will be added back in the future.
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:
Getting Started
A simple program below shows the easy to use interface.
use ;
This gives us the following GDS file:

Documentation
gdsr's documentation is available at matthewmckee4.github.io/gdsr
Need help?
Head over to the discussions page and create a new discussion there or have a look at 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.