We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38663fa commit b7397edCopy full SHA for b7397ed
implementations.json
@@ -2782,5 +2782,27 @@
2782
"logCompaction": true,
2783
"persistence": true
2784
}
2785
+ },
2786
+ {
2787
+ "repoURL": "https://github.com/TEAM-paxos/RaftChat",
2788
+ "name": "RaftChat",
2789
+ "authors": [
2790
2791
+ "name": "SoonWon Moon",
2792
+ "github": "https://github.com/damhiya"
2793
2794
2795
+ "name": "Bumsung Baek",
2796
+ "github" : "https://github.com/highcloud100"
2797
+ }
2798
+ ],
2799
+ "language": "Rust",
2800
+ "license": "MIT",
2801
+ "features": {
2802
+ "basic": true,
2803
+ "membershipChanges": false,
2804
+ "logCompaction": false,
2805
+ "persistence": false
2806
2807
2808
]
0 commit comments