From 31c49ab085ec6af223ac40ea30db7e16867fe1ed 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a2b27e7..baf7f47 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # 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) +[![Rust](https://github.com/andrewgazelka/smart-cache/actions/workflows/rust.yml/badge.svg)](https://github.com/andrewgazelka/smart-cache/actions/workflows/rust.yml) + A Rust library for smart function caching with automatic invalidation. Cache expensive function calls with a simple attribute macro. ## Features