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