rust-lapper icon indicating copy to clipboard operation
rust-lapper copied to clipboard

Rust implementation of a fast, easy, interval tree library nim-lapper

Results 6 rust-lapper issues
Sort by recently updated
recently updated
newest added

I have been using Lapper quite a bit and have realized that there is one area of the API that seems a bit confusing. Consider ``` let lap: Lapper =...

Closes https://github.com/sstadick/rust-lapper/issues/21

It would be great to extend Lapper's modus operandi to also perform the "fuzzy" search - instead of the exact match inside one of the intervals, allow to search for...

`merge_overlaps` seems to take the value from the first Interval that overlaps and the other value is lost. I'm not sure the best way to handle this? Maybe a user-provided...

enhancement

Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.7.0 to 3.12.0. Changelog Sourced from bumpalo's changelog. 3.12.0 Released 2023-01-17. Added Added the bumpalo::boxed::Box::bump and bumpalo::collections::String::bump getters to get the underlying Bump that a string or...

dependencies