Module core

Source
Expand description

Main functionalities.

Re-exports§

pub use self::constants::*;
pub use self::general::*;
pub use self::geometry::*;
pub use self::json::*;
pub use self::log::*;
pub use self::macros::*;
pub use self::matrix::*;
pub use self::numerical_algorithms::*;

Modules§

constants
Constants.
general
General functions.
geometry
Collection of functions for geometry computations.
json
Json toolbox.
log
Log aliases.
macros
General macros.
matrix
Collection of functions for matrix usage.
numerical_algorithms
Numerical algorithms toolbox.