Add docs.rs and crates.io badges.

This commit is contained in:
Andreas Fackler 2019-01-10 14:39:24 +01:00
parent 2072e0e0ec
commit eee9c11f99
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
# Formatting and shortening byte slices as hexadecimal strings # Formatting and shortening byte slices as hexadecimal strings
[![crates.io](https://img.shields.io/crates/v/hex_fmt.svg)](https://crates.io/crates/hex_fmt)
[![Documentation](https://docs.rs/hex_fmt/badge.svg)](https://docs.rs/hex_fmt)
This crate provides wrappers for byte slices and lists of byte slices that implement the This crate provides wrappers for byte slices and lists of byte slices that implement the
standard formatting traits and print the bytes as a hexadecimal string. It respects the standard formatting traits and print the bytes as a hexadecimal string. It respects the
alignment, width and precision parameters and applies padding and shortening. alignment, width and precision parameters and applies padding and shortening.