1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#![warn(missing_docs)]
#![crate_name = "bose"]

//! This is a library of various formulas and constants
pub mod area;
pub mod constant;
pub mod geography;
pub mod math;
pub mod perimeter;
pub mod statistics;
pub mod volume;