Add badge #1

Merged
patrick merged 7 commits from trial into main 2023-08-04 21:08:13 +00:00
Showing only changes of commit efcefa6c0b - Show all commits

View File

@@ -1,5 +1,8 @@
# Raft
[![CI](https://woodpecker.patrickstevens.co.uk/api/badges/patrick/raft-fable/status.svg)](https://woodpecker.patrickstevens.co.uk/api/badges/patrick/raft-fable/status.svg)
A Raft implementation in F#.
It allows pluggable persistent-store back-ends and communication channels, but out of the box you get an in-memory store and a simulated network.