Skip to content
Release `0.2.0`

Notes

This release contains breaking API changes.

- Add `Filter` instead of obscure filtering methods.
- Return as much as possible by reference.
- Remove implementation-specific types from API (like HashSet or HashMap).
- Accept `impl AsRef<str>` instead of `String` in builders.