[][src]Module oars::prelude

Exports the necessary traits, structs, and error types to work with oars.

Note that this module does not export structs for specific constructors.

Re-exports

pub use crate::oa::OAConstructor;
pub use crate::oa::OAResult;
pub use crate::oa::OA;
pub use crate::soa::SOAConstructor;
pub use crate::soa::SOAResult;
pub use crate::soa::SOA;

Structs

OarsError

An error indicating that there was some error constructing the orthogonal array.

Traits

Float

A generic floating point type.

Integer

A generic integer type.

Type Definitions

OarsResult

A generic type for anything that can return an OarsError.