# Packages

Package raft is an implementation of the RAFT consensus algorithm.

# Functions

NewKVStore constructs a new KVStore.

# Structs

KVStore is a distributed key value store using RAFT consensus.