hfss_fld 0.1.4

Ansys HFSS `.fld` file parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["jeremiah-corrado <jcorrado@rams.colostate.edu>"]
description = "Ansys HFSS `.fld` file parser"
edition = "2018"
license = "MIT"
name = "hfss_fld"
version = "0.1.4"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
colour = "0.5.0"
regex = "1.3.9"