/// Contains all filtering algorithms.
pubmodalgorithms;pubuse algorithms as filters;/// Raw implementations of the filters, done for organization.
////// There's both specific implementations, and more generic implementations using `From` and `Into`.
pubmodraw;