This is a Rust implementation of the directed Hausdorff distance. It is currently intended as an experiment to see if it can be built to outperform the SciPy implementation of directed_hausdorff() by leveraging i.e., safe concurrency in Rust.
directed_hausdorff()