Crates.io | tline |
lib.rs | tline |
version | 0.1.0 |
source | src |
created_at | 2022-02-22 21:03:53.925039 |
updated_at | 2022-02-22 21:03:53.925039 |
description | A framework for simulating 1-dimensional linear and nonlinear transmission lines |
homepage | |
repository | https://github.com/jonah-h/tline |
max_upload_size | |
id | 537476 |
size | 59,988 |
A framework for simulating 1-dimensional linear and non-linear transmission lines.
The best way to get familiar with this crate is through the examples
(see examples).
You can run examples with cargo run --example example_name
.
You may want to add the --release
flag to cargo commands for improved perfromance.