Announcing interpolation_search 0.2.2

docs.rs | GitHub

Interpolation search is binary search on steroids. Its interface is inspired by `slice::binary_search`, the aim being a drop-in replacement for the latter. This exercise was particularly interesting to me as a trait design challenge.

This is my first time publishing a crate. Please share your thoughts on the code.