pub fn compare_algorithms(
points: &ArrayView2<'_, f64>,
) -> SpatialResult<Vec<(ConvexHullAlgorithm, SpatialResult<ConvexHull>)>>pub fn compare_algorithms(
points: &ArrayView2<'_, f64>,
) -> SpatialResult<Vec<(ConvexHullAlgorithm, SpatialResult<ConvexHull>)>>