Crate liberty_db
source ·Expand description
This crate implement liberty
data structre in Rust.
Re-exports§
pub use cell::Cell;
pub use library::Library;
pub use pin::Pin;
pub use timing::Timing;
pub use ast::Group;
pub use arcstr;
Modules§
liberty
data structre astbus
group structure.- CCSN relative attributes
cell
group structure.- Common items/miscs.
Boolean Expression
,SDF Expression
, and so on.internal_power
group structure.Library
group structure, top level of liberty format.pin
group structure.timing
group structure. Timing module implement. Demonstrating HTML tables.- Partially re-exported uom quantities and measurement units used in the library public interface.
Structs§
- A better atomically-reference counted string type.
- See more at github
- A wrapper around floats providing an implementation of
Eq
,Ord
andHash
.