Skip to content

Commit e17368f

Browse files
authored
docs: add crates.io badges (#101)
1 parent 719a172 commit e17368f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# LaunchDarkly Server-Side SDK for Rust
22

33
[![Run CI](https://github.com/launchdarkly/rust-server-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/launchdarkly/rust-server-sdk/actions/workflows/ci.yml)
4+
[![Crates.io Total Downloads](https://img.shields.io/crates/d/launchdarkly-server-sdk)](https://crates.io/crates/launchdarkly-server-sdk)
5+
[![Crates.io Version](https://img.shields.io/crates/v/launchdarkly-server-sdk)](https://crates.io/crates/launchdarkly-server-sdk)
6+
47

58
The LaunchDarkly Server-Side SDK for Rust is designed primarily for use in multi-user systems such as web servers and applications. It follows the server-side LaunchDarkly model for multi-user contexts. It is not intended for use in desktop and embedded systems applications.
69

0 commit comments

Comments
 (0)