Commits
Click on a commit to change the comparison rangeAllow `Ranges::contains` to accept (e.g.) `&str` for `Ranges<String>` (#35)
## Summary
This PR borrows a trick from
[HashMap](https://doc.rust-lang.org/std/collections/struct.HashMap.html#method.contains_key)
to enable users to pass (e.g.) `&str` to `Ranges::contains`, given
`Ranges<String>`.23 days ago
by charliermarsh