What's Changed
- Introduce cargo workspaces by @christianschleifer in #285
- Fix warnings when testing with nightly by @Dr-Emann in #293
- fix(typos): fix some typos with
typos
by @GZTimeWalker in #291 - Optimize BitmapIter::next by @Dr-Emann in #292
- Lazily compute Iterator len by @Dr-Emann in #295
- feat: implement advance_to and advance_back_to for Iter by @Dr-Emann in #296
- Implement Clone on the bitmap::Iter type by @Kerollmops in #289
- implement range-based iteration by @Dr-Emann in #297
New Contributors
- @christianschleifer made their first contribution in #285