diff --git a/README.md b/README.md index 72a4c06..aa5ab7d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # teeint A teeworlds variable integer packer/unpacker. +[![Version](https://img.shields.io/crates/v/teeint)](https://crates.io/crates/teeint) +[![Downloads](https://img.shields.io/crates/d/teeint)](https://crates.io/crates/teeint) +[![License](https://img.shields.io/crates/l/teeint)](https://crates.io/crates/teeint) +![Rust](https://github.com/edg-l/teeint/workflows/Rust/badge.svg) +[![Docs](https://docs.rs/teeint/badge.svg)](https://docs.rs/teeint) ### Packing diff --git a/src/lib.rs b/src/lib.rs index 551ab5a..db1c7a4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,9 @@ //! A teeworlds variable integer packer/unpacker. +//! [![Version](https://img.shields.io/crates/v/teeint)](https://crates.io/crates/teeint) +//! [![Downloads](https://img.shields.io/crates/d/teeint)](https://crates.io/crates/teeint) +//! [![License](https://img.shields.io/crates/l/teeint)](https://crates.io/crates/teeint) +//! ![Rust](https://github.com/edg-l/teeint/workflows/Rust/badge.svg) +//! [![Docs](https://docs.rs/teeint/badge.svg)](https://docs.rs/teeint) //! //! ## Packing //!