Layout writer and reader for the OASIS stream format.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Thomas Kramer 17b22ce49b
remove unused import
2 months ago
.reuse REUSE compliance. 10 months ago
LICENSES REUSE compliance. 10 months ago
src remove unused import 2 months ago
tests format 4 months ago
.gitignore REUSE compliance. 10 months ago
Cargo.toml remove unused import 2 months ago
README.md REUSE compliance. 10 months ago

README.md

OASIS Stream Reader / Writer

libreda-oasis is a layout input/output module for LibrEDA

OASIS is a binary file format for chip layouts and a good successor of GDSII. This library provides code for writing and reading libreda-db layouts to and from OASIS files.

Documentation

This crate is documented with docstrings in the code. To view the documentation clone this repository and run: cargo doc --open

Acknowledgements

  • Since December 2020 this project is part of libreda.org and hence funded by NLnet and NGI0.
  • The code is heavily inspired from the OASIS implementation of KLayout.