//! **Plexus** is a library for generating and manipulating 3D mesh data.
// Allow clippy lints.
extern crate alga;
extern crate arrayvec;
extern crate itertools;
extern crate nalgebra;
extern crate num;
extern crate ordered_float;
use NotNaN;
// TODO: https://github.com/reem/rust-ordered-float/pull/28
pub type NotNan<T> = ;
pub type r32 = ;
pub type r64 = ;