diff --git a/implementations.json b/implementations.json index c7f4a07..3d338b6 100644 --- a/implementations.json +++ b/implementations.json @@ -128,6 +128,24 @@ "persistence": false } }, + { + "repoURL": "https://github.com/LiangrunDa/raft-lite", + "name": "Raft Lite", + "authors": [ + { + "name": "Liangrun Da", + "github": "LiangrunDa" + } + ], + "language": "Rust", + "license": "MIT", + "features": { + "basic": true, + "membershipChanges": false, + "logCompaction": false, + "persistence": true + } + }, { "repoURL": "https://github.com/MicroRaft/MicroRaft", "name": "MicroRaft",