Hoverbear / old-raft-rs

[Incomplete] A Raft implementation in Rust
https://hoverbear.github.io/raft-rs/raft/
MIT License
266 stars 41 forks source link

Refactored Term, LogIndex, ServerId, ClientId, and Connection. #36

Closed WildCryptoFox closed 9 years ago

WildCryptoFox commented 9 years ago

Edit: Forgot to mention the updated Errors.

Edit2: See #37 for this without the Term, LogIndex, ServerId and ClientId modifications as it is unsure for how we should clean these up - and if they need to be changed.

WildCryptoFox commented 9 years ago

Closing in favor of #37.

The remaining changes for this PR need more consideration.