Expand description
Re-exports§
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
getattrmethod enabling by-string access. - from_
opt_ type - The
from_opt_typederives a type of the formstruct { x: X }fromstruct { x: Option<X> }, given an existing typefrom_type, and default values for each field. - paramstruct
- specgen