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