From 83eda3bbd34ee8af5dec56ac04e49c5a63f0e146 Mon Sep 17 00:00:00 2001 From: Ethan Lew Date: Sat, 30 Dec 2023 19:09:05 -0800 Subject: [PATCH] add rust CI/CD badge to the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 11f4aaf..bad15c2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Rust](https://github.com/EthanJamesLew/concave-hull/actions/workflows/rust.yml/badge.svg)](https://github.com/EthanJamesLew/concave-hull/actions/workflows/rust.yml) + # Fast Concave Hull This is a fast implementation of concave hull using a k-nearest neighbour approach.