Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 563 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 563 Bytes

tline

Crates.io docs.rs

A framework for simulating 1-dimensional linear and non-linear transmission lines.

Getting Started

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 performance.