Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWhiteWu committed Aug 16, 2023
1 parent 88fbbd5 commit 1960945
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# fastcache

[![Crates.io](https://img.shields.io/crates/v/fastcache)](https://crates.io/crates/fastcache)
[![Documentation](https://docs.rs/fastcache/badge.svg)](https://docs.rs/fastcache)
[![License](https://img.shields.io/crates/l/fastcache)](#license)
[![Build Status][actions-badge]][actions-url]

[actions-badge]: https://github.com/PureWhiteWu/fastcache/actions/workflows/rust.yaml/badge.svg
[actions-url]: https://github.com/PureWhiteWu/fastcache/actions

A performant but not-so-accurate time and capacity based cache for Rust.

This module provides an implementation of a time-to-live (TTL) and capacity based cache.
Expand Down

0 comments on commit 1960945

Please sign in to comment.