rspice 0.1.0

Pure-Rust circuit simulation backend
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# rspice
Pure-Rust circuit simulation backend.

## Status
See `CHANGELOG.md` for more information.

### Done
- Passive components.
- Transient simulation.

### To Do
- Active components.
- Non-linear components.
- Other simulation modes.

## Using the API
See the documentation.