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 31c49ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 31c49ab

Please sign in to comment.