nodedb-cluster 0.2.1

Distributed coordination layer for NodeDB — vShards, QUIC transport, and replication
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: BUSL-1.1

#![allow(dead_code, unused_imports)]

pub mod calvin_test_node;
pub mod rebalancer;
pub mod test_node;

pub use calvin_test_node::{
    CalvinApplier, CalvinTestNode, spawn_with_sequencer, wait_for_sequencer_leader,
};
pub use test_node::{NoopApplier, TestNode, test_transport, wait_for};