//! **Plexus** is a library for generating, manipulating, and buffering 3D mesh
//! data.
#![allow(unknown_lints)]// Allow clippy lints.
externcrate arrayvec;externcrate num;#[cfg(test)]externcrate ordered_float;pubmodbuffer;pubmodgenerate;pubmodgraph;