Crate libreda_db[][src]

This crate is a database for VLSI physical design. The core components are data structures for efficient representation of geometries and circuit netlists for chip layouts.

Core parts

Re-exports

pub use iron_shapes;

Modules

index

Data structure for creating indices related to some other type. This is used to create handles for data stored in hash maps.

layout

Geometrical layout data structures.

netlist

Data structures for representation of circuit-level netlists.

prelude

The prelude helps to import most commonly used modules.

property_storage

Container structs for user defined properties.

rc_string

RcString is a simple data structure for the representation of strings. In contrast to String, RcString can be efficiently cloned. It is intended to be used in cases where objects are indexed by a human readable name.