Skip to content

Releases: shonenada/roundrobin-rs

0.1.1

09 Dec 15:23
Compare
Choose a tag to compare

[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

04 Dec 15:22
Compare
Choose a tag to compare

A simple weighted round robin implementation in rust.