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

Add Term and LogIndex types #9

Closed danburkert closed 9 years ago

danburkert commented 9 years ago

This adds types for Term and LogIndex, instead of raw u64s.

Hoverbear commented 9 years ago

Thanks, awesome!