Add docs.rs badge (#281)

Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
Nick Cameron 2021-05-10 19:26:01 +12:00 committed by GitHub
parent d0fef5ce71
commit ebf7fbf823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
# TiKV Client (Rust)
[![Docs](https://docs.rs/tikv-client/badge.svg)](https://docs.rs/tikv-client)
[![Build Status](https://travis-ci.org/tikv/client-rust.svg?branch=master)](https://travis-ci.org/tikv/client-rust)
[Docs](https://www.tikv.dev/doc/rust-client/tikv_client/)
[Nightly docs](https://www.tikv.dev/doc/rust-client/tikv_client/)
This crate provides an easy-to-use client for [TiKV](https://github.com/tikv/tikv), a distributed, transactional key-value database written in Rust.