WIP on rebuilding with extracted UI framework
This commit is contained in:
parent
356bc41752
commit
23308e17a9
33 changed files with 2673 additions and 657 deletions
|
@ -5,7 +5,6 @@ use std::ops::{Add, AddAssign};
|
|||
use std::sync::Arc;
|
||||
|
||||
pub type ReplicaId = u16;
|
||||
|
||||
#[derive(Clone, Copy, Debug, Default, Eq, Hash, PartialEq, Ord, PartialOrd)]
|
||||
pub struct Local {
|
||||
pub replica_id: ReplicaId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue