From cc7f50193491cedb7069d897d6f172ab7bcc96aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nurzhan=20Sak=C3=A9n?= Date: Wed, 25 Oct 2023 20:35:03 +0400 Subject: [PATCH] Added docs.rs badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa35577..f9fd150 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Rust](https://github.com/nxsaken/clipline/actions/workflows/rust.yml/badge.svg)](https://github.com/nxsaken/clipline/actions/workflows/rust.yml) [![crates.io](https://img.shields.io/crates/v/clipline.svg)](https://crates.io/crates/clipline) +[![docs.rs](https://img.shields.io/docsrs/clipline)](https://docs.rs/clipline/latest/clipline/) `clipline` is a Rust crate for efficient scan conversion of a line segment with [clipping](https://en.wikipedia.org/wiki/Line_clipping) to a rectangular window. It is an implementation of