1 2 3 4 5 6 7 8 9 10 11
//! Prelude module for convenient imports //! //! Use this to import the most common types and functions in one go: //! //! ```rust //! use nfp::prelude::*; //! ``` pub use togo::prelude::{Point, point}; pub use crate::NFPConvex; pub use crate::NfpError;