Skip to content

Commit

Permalink
Update the document
Browse files Browse the repository at this point in the history
  • Loading branch information
rmqtt committed Oct 15, 2022
1 parent b5d7c73 commit bc28ace
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
@@ -1,5 +1,9 @@
# RmqttRaft - A raft framework, for regular people

<a href="https://github.com/rmqtt/rmqtt-raft/releases"><img alt="GitHub Release" src="https://img.shields.io/github/release/rmqtt/rmqtt-raft?color=brightgreen" /></a>
<a href="https://crates.io/crates/rmqtt-raft"><img alt="crates.io" src="https://img.shields.io/crates/v/rmqtt-raft" /></a>
<a href="https://docs.rs/rmqtt-raft"><img alt="Documentation" src="https://docs.rs/rmqtt-raft/badge.svg" /></a>

This is an attempt to create a layer on top of
[tikv/raft-rs](https://github.com/tikv/raft-rs), that is easier to use and implement. This is not supposed to be the
most featureful raft, but instead a convenient interface to get started quickly, and have a working raft in no time.
Expand Down

0 comments on commit bc28ace

Please sign in to comment.