Module libreda_lefdef::def_writer
source · Expand description
Write DEF data structure into DEF file format.
Enums
- Error type that can happen when serializing a DEF file.
Functions
- Write the DEF data structure into its ASCII representation. Ordering of the statements follows the official recommendation.
- Write the point of a polygon in the DEF format: ( x1 y1 ) ( x2 y2 ) …