Crates.io | openraft-memstore |
lib.rs | openraft-memstore |
version | 0.9.17 |
source | src |
created_at | 2022-07-05 11:23:05.045952 |
updated_at | 2024-10-15 05:03:52.524802 |
description | A in-memory implementation of the `openraft::RaftStorage` trait. |
homepage | https://github.com/datafuselabs/openraft |
repository | https://github.com/datafuselabs/openraft |
max_upload_size | |
id | 619632 |
size | 19,919 |
This is an in-memory example RaftLogStorage
and RaftStateMachine
implementation based on openraft.
This crate is built mainly for testing or demonstrating purpose.:)