| Crates.io | lolraft |
| lib.rs | lolraft |
| version | 0.10.2 |
| created_at | 2024-03-10 23:57:27.140832+00 |
| updated_at | 2024-03-13 00:05:32.381603+00 |
| description | A Multi-Raft implementation in Rust language. |
| homepage | |
| repository | https://github.com/akiradeveloper/lolraft |
| max_upload_size | |
| id | 1169049 |
| size | 162,862 |
A Multi-Raft implementation in Rust language.
To implement Multi-Raft, the architecture is split into two spaces. One in the lower side is called "Pure Raft" layer which is totally unaware of gRPC and Multi-Raft. Therefore, it is called pure. The other side translates gRPC requests into pure requests and vice versa.
docker compose build to build test application../log to start log watcher../dev to start the dev container.cargo test.Akira Hayakawa
EMail: ruby.wktk@gmail.com