// =============================================================================
//! - Artificial Intelligence (AI)
//!
//! # Metadata
//! - Copyright: © 2022 [`CroftSoft Inc`]
//! - Author: [`David Wallace Croft`]
//! - Rust version: 2022-10-21
//! - Rust since: 2022-10-21
//!
//! # History
//! - Adapted from the Java package com.croftsoft.core.ai
//! - In 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 astar;