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 errors with wrapped_enum and removed token from Connection #37

Closed WildCryptoFox closed 9 years ago

WildCryptoFox commented 9 years ago

Stripped down #36.

Despite being a stripped down version of the above, there have still been a few more changes.

danburkert commented 9 years ago

Except for the nit about the debug format, this looks good to me. Thanks @james-darkfox!

Hoverbear commented 9 years ago

Thanks for this, @james-darkfox ! Please feel free to add yourself to the contributors in the Cargo.toml!