touchstone 0.6.0

A Touchstone Parser for RF Modeling
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "rfconversions"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e21a6960f5f68dadef99bd8b50f105cc86b16efecf6dba421175ecdde215277a"

[[package]]
name = "touchstone"
version = "0.6.0"
dependencies = [
 "rfconversions",
]