Go to file
2022-10-27 22:06:03 +01:00
2022-10-24 13:01:38 +01:00
2022-10-24 12:58:02 +01:00
2022-10-24 12:58:02 +01:00
2022-10-24 12:58:02 +01:00
2022-10-26 19:51:07 +01:00
2022-10-27 22:06:03 +01:00

Raft

A Raft implementation in F#.

Development tips

There are pull request checks on this repo, enforcing Fantomas-compliant formatting. After checking out the repo, you may wish to add a pre-push hook to ensure locally that formatting is complete, rather than having to wait for the CI checks to tell you that you haven't formatted your code. Consider performing the following command to set this up in the repo:

git config core.hooksPath hooks/

Before your first push (but only once), you will need to install the .NET local tools which form part of the pre-push hook:

dotnet tool restore
Description
A Raft simulator, in F# and Fable
Readme MIT 291 KiB
Languages
F# 96.6%
HTML 2.1%
Python 0.6%
Nix 0.4%
JavaScript 0.3%