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.

Initial performance comparison with the serial SciPy implementation shows substantial performance improvements with the parallel Rust code in this project.