// =============================================================================
//! - CroftSoft Core Library
//!
//! # Metadata
//! - Copyright: © 1998 - 2022 [`CroftSoft Inc`]
//! - Author: [`David Wallace Croft`]
//! - Rust version: 2022-11-21
//! - Rust since: 2022-07-30
//!
//! # Features
//! - No dependencies on other crates
//! - Artificial Intelligence
//! - A* Algorithm
//! - Mathematics
//! - 3D mathematics including axis angles and quaternions
//! - Financial calculations
//! - Mathematical constants and functions
//! - Matrix mathematics
//!
//! # History
//! - An adaptation to Rust of the Java-based [`CroftSoft Core Library`]
//!
//! [`CroftSoft Core Library`]: https://www.croftsoft.com/library/code/
//! [`CroftSoft Inc`]: https://www.croftsoft.com/
//! [`David Wallace Croft`]: https://www.croftsoft.com/people/david/
// =============================================================================
pub mod ai;
pub mod math;
pub mod role;
pub mod security;