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

Improved accept_connection and added RaftError::ConnectionRegisterFailed #53

Closed WildCryptoFox closed 9 years ago

WildCryptoFox commented 9 years ago

Also renamed ErrorKind to RaftError and we're back to the exhaustive usage of and_then.

danburkert commented 9 years ago

Looks great, thanks!