From 469015477c8dec967f69df7b1b84b85915d0f0dd Mon Sep 17 00:00:00 2001 From: Andrew Gazelka Date: Fri, 17 Jan 2025 18:56:51 -0800 Subject: [PATCH] add badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a2b27e7..183a7e8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # smart-cache +[![Crates.io](https://img.shields.io/crates/v/smart-cache.svg)](https://crates.io/crates/smart-cache) +[![Documentation](https://docs.rs/smart-cache/badge.svg)](https://docs.rs/smart-cache) +[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](README.md) + A Rust library for smart function caching with automatic invalidation. Cache expensive function calls with a simple attribute macro. ## Features