All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added
RangeSetBlaze::from_sorted_starts - Added documentation for
SortedStartsandAssumeSortedStarts - Changed
CheckSortedDisjoint::newto supportIntoIterator - Changed
AssumeSortedStarts::newto supportIntoIterator
- Added DoubleEndedIterator when iterating integer elements. Thanks to enh.
- Added optional
from_slicecargo feature and support for a newRangeSetBlaze::from_sliceconstructor. The feature uses SIMD and requires Rust nightly.