Skip to content

Commit

Permalink
add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka committed Jan 18, 2025
1 parent 5fe2a39 commit 4690154
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4690154

Please sign in to comment.