Skip to content

Commit ebf7fbf

Browse files
authored
Add docs.rs badge (#281)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
1 parent d0fef5c commit ebf7fbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# TiKV Client (Rust)
22

3+
[![Docs](https://docs.rs/tikv-client/badge.svg)](https://docs.rs/tikv-client)
34
[![Build Status](https://travis-ci.org/tikv/client-rust.svg?branch=master)](https://travis-ci.org/tikv/client-rust)
45

5-
[Docs](https://www.tikv.dev/doc/rust-client/tikv_client/)
6+
[Nightly docs](https://www.tikv.dev/doc/rust-client/tikv_client/)
67

78
This crate provides an easy-to-use client for [TiKV](https://github.com/tikv/tikv), a distributed, transactional key-value database written in Rust.
89

0 commit comments

Comments
 (0)