Crate gds

Source
Expand description

Library for handling GDS files.

Not all element and parameter types are implemented yet.

Modules§

constants
Contains the necessary constants for the gds crate.
utils

Structs§

Date
A structure representing a date in a GDS file.
Element
A structure representing a element.
Library
A structure representing a GDS file. The structure consists of header informations and one or more structures.
Record
A structure describing a data record in a GDS file.
Structure
A structure representiang a structure in a GDS file.

Enums§

ElementParameter
Enumeration of possible element parameters.
ElementType
Enumeration of possible element types.
RecordData
Enumeration of possible record data.