From cd5af1144c029011f59104332c4a5824ae983e41 Mon Sep 17 00:00:00 2001 From: Hammy Date: Sat, 2 Apr 2022 00:44:45 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52900c2..079ba35 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ +[![build](https://github.com/sgoudham/rall/actions/workflows/build.yml/badge.svg)](https://github.com/sgoudham/rall/actions/workflows/build.yml) +[![crate.io](https://img.shields.io/crates/v/rall)](https://crates.io/crates/rall) +[![downloads](https://img.shields.io/crates/d/rall)](https://crates.io/crates/rall) +[![license](https://img.shields.io/github/license/sgoudham/rall)](LICENSE) + # Really...? Another Logging Library? **Yes! :P** -> _rall_ is an incredibly simple and intuitive logger, consider this crate a _failure_ if you can't get setup within **30 seconds!** +> rall is an incredibly simple and intuitive logger, consider this crate a _failure_ if you can't get setup within **30 seconds!** ## Feature Set @@ -20,7 +25,7 @@ And much more to come... soon™! use rall::SimpleLogger; // Create Default SimpleLogger -let mut simple_logger = SimpleLogger::default (); +let mut simple_logger = SimpleLogger::default(); // Log Out To Standard Output logger.log(Level::TRACE, "My Best Friend Hazel :D");