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