Skip to main content

Crate spice21

Crate spice21 

Source
Expand description

§Spice21

SPICE for the 21st Century

https://github.com/HW21/Spice21

Re-exports§

pub use analysis::*;
pub use proto::*;
pub use spresult::*;

Modules§

analysis
Spice21 Analyses
circuit
Spice21 Circuit
comps
Spice21 Component Solvers
defs
elab
proto
Spice21 Protobuf Definitions
sparse21
spresult
Spice21 Result and Error Types

Macros§

attr
GetAttr-enabled struct builder. Creates structs from a list of field-definitions, adding a getattr method enabling by-string access.
from_opt_type
The from_opt_type derives a type of the form struct { x: X } from struct { x: Option<X> }, given an existing type from_type, and default values for each field.
paramstruct
specgen