Releases: shonenada/roundrobin-rs
Releases · shonenada/roundrobin-rs
0.1.1
[0.1.1] - 2019-12-09
Added
- Add trait
Balancer
with 2 functions, next
and fail
.
Changed
- Remove mutable reference
&mut self
from fucntion next
and function fail
.
0.1.0
A simple weighted round robin implementation in rust.