Crates.io | libreda-oasis |
lib.rs | libreda-oasis |
version | 0.0.5 |
source | src |
created_at | 2021-02-22 10:48:06.109539 |
updated_at | 2024-06-05 09:18:24.852716 |
description | OASIS input/output for libreda-db. |
homepage | https://libreda.org |
repository | https://codeberg.org/libreda/libreda-oasis |
max_upload_size | |
id | 358922 |
size | 939,444 |
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.
This crate is documented with docstrings in the code.
To view the documentation clone this repository and run: cargo doc --open