plot3d 0.1.0

Utilities for reading, writing, and manipulating NASA PLOT3D structured grids.
Documentation
[dependencies.byteorder]
version = "1.5"

[dependencies.itertools]
version = "0.12"

[dependencies.metis]
version = "0.2"

[dependencies.ndarray]
features = ["rayon"]
version = "0.15"

[dependencies.ndarray-stats]
version = "0.6"

[dependencies.num-traits]
version = "0.2"

[dependencies.ordered-float]
version = "4.2"

[dependencies.petgraph]
version = "0.6"

[dependencies.polars]
features = ["lazy", "parquet", "csv"]
version = "0.51"

[dependencies.reqwest]
features = ["blocking"]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.10"

[lib]
name = "plot3d"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Utilities for reading, writing, and manipulating NASA PLOT3D structured grids."
edition = "2021"
license = "MIT"
name = "plot3d"
readme = "README.md"
version = "0.1.0"

[[test]]
name = "test_connectivity"
path = "tests/test_connectivity.rs"

[[test]]
name = "test_read_write"
path = "tests/test_read_write.rs"

[[test]]
name = "test_rotational_periodicity"
path = "tests/test_rotational_periodicity.rs"