Skip to content

Commit

Permalink
Add docs badge
Browse files Browse the repository at this point in the history
  • Loading branch information
SeriousBug committed Jan 27, 2023
1 parent e462a8f commit c770886
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,6 @@
# [Cuttlestore](https://github.com/SeriousBug/Cuttlestore)

[![docs](https://img.shields.io/docsrs/cuttlestore)](https://docs.rs/cuttlestore/latest/cuttlestore/)
[![tests](https://img.shields.io/github/actions/workflow/status/SeriousBug/cuttlestore/test.yml?label=tests&branch=main)](https://github.com/SeriousBug/cuttlestore/actions/workflows/test.yml)
[![Test coverage report](https://img.shields.io/codecov/c/github/SeriousBug/cuttlestore)](https://codecov.io/gh/SeriousBug/cuttlestore)
[![lint checks](https://img.shields.io/github/actions/workflow/status/SeriousBug/cuttlestore/lint.yml?label=lints&branch=main)](https://github.com/SeriousBug/cuttlestore/actions/workflows/lint.yml)
Expand Down Expand Up @@ -76,6 +77,10 @@ cuttlestore = { version = "0.2", default-features = false, features = [
] }
```

You're now ready to use Cuttlestore! See the example above, check the
[documentation](https://docs.rs/cuttlestore/latest/cuttlestore/), and find
[more examples in the repository](https://github.com/SeriousBug/cuttlestore/tree/main/examples).

## Overview

- **Pros:** Cuttlestore is useful if
Expand Down

0 comments on commit c770886

Please sign in to comment.