libreda-oasis 0.0.2

OASIS input/output for libreda-db.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# OASIS Stream Reader / Writer

`libreda-oasis` is a layout input/output module for [LibrEDA](https://libreda.org)

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]https://nlnet.nl and [NGI0]https://nlnet.nl/NGI0.
* The code is heavily inspired from the OASIS implementation of [KLayout]https://klayout.de.