vlsir 4.0.0

Rust Bindings to the VLSIR Chip-Design Data Schemas
Documentation
//!
//! # Vlsir ProtoBuf Definitions
//!

pub mod circuit;
pub mod conv;
pub mod raw;
pub mod spice;
pub mod tech;
pub mod tetris;
pub mod utils;

// Public re-exports
pub use circuit::{Interface, Module};
pub use conv::{from_bytes, open, save, to_bytes, ProtoFile};
pub use raw::{Abstract, AbstractPort, Cell, Layout, Library};
pub use raw::{Instance, Layer, LayerShapes, Path, Point, Polygon, Rectangle, TextElement, Units};
pub use tech::{Technology, Package, LayerPurpose, LayerPurposeType, LayerInfo};
pub use utils::*;