Currently this forces users to also add memrange as a dependency simply to add elements to the interval tree.
Since its apart of the public api, I think it makes sense to re-export the range so users can use this crate without explicitly adding the dependency.
Currently this forces users to also add
memrangeas a dependency simply to add elements to the interval tree.Since its apart of the public api, I think it makes sense to re-export the range so users can use this crate without explicitly adding the dependency.