From 236c51cc74162b5c9290dcacbdf7cae75a552f09 Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Sat, 12 Nov 2022 17:42:08 +0100 Subject: [PATCH] better --- README.md | 5 ++++- src/lib.rs | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa5ab7d..37cd474 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ # 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) +A teeworlds variable integer packer/unpacker. + + ### Packing ```rust diff --git a/src/lib.rs b/src/lib.rs index db1c7a4..934f47c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,10 +1,13 @@ -//! 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) //! +//! A teeworlds variable integer packer/unpacker. +//! +//! //! ## Packing //! //! ```