//! Exports the necessary traits, structs, and error types to work with oars.
//!//! Note that this module does not export structs for specific constructors.
#[cfg(feature ="parallel")]pubusecrate::oa::ParOAConstructor;pubusecrate::oa::{OAConstructor, OAResult,OA};pubusecrate::soa::{SOAConstructor, SOAResult,SOA};pubusecrate::utils::{Float, Integer, OarsError, OarsResult};