diff --git a/README.md b/README.md index ff3639b..da5963c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # implot-rs Rust bindings for [ImPlot](https://github.com/epezent/implot), built by running @@ -6,6 +7,9 @@ Rust bindings for [ImPlot](https://github.com/epezent/implot), built by running The bindings are currently based on ImPlot version 0.7. See the status section below for detailed information on implementation status. +[![Docs.rs documentation](https://docs.rs/implot/badge.svg)](https://docs.rs/implot/) +![Tests](https://github.com/4bb4/implot-rs/workflows/Tests/badge.svg) + **Important note:** As long as the code is pre-1.0 release, the API is expected to have breaking changes between minor versions. Patch versions should be backwards compatible. After 1.0, semver will be followed more properly.