1
2
3
4
5
6
7
#![warn(missing_docs)]

//! # tahga::pursuit
//!
//! A collection of pursuit algorithms

pub mod boids;