vtk-pure-rs 0.2.0

Pure Rust visualization toolkit — data structures, filters, I/O, rendering
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![allow(unexpected_cfgs)]
#[cfg(feature = "exodus")]
pub mod exodus;
#[cfg(feature = "cgns")]
pub mod cgns;
#[cfg(feature = "amr")]
pub mod amr;
#[cfg(feature = "netcdf")]
pub mod netcdf_io;
#[cfg(feature = "minc")]
pub mod minc;
pub mod types;