sstadick / rust-lapper

Rust implementation of a fast, easy, interval tree library nim-lapper
https://docs.rs/rust-lapper
MIT License
55 stars 7 forks source link

Figure out how to connect to IntoParallelIterator #5

Closed sstadick closed 3 years ago

sstadick commented 3 years ago

I think that this can be done by just adding Send + Sync to Intervals, but it needs to be verified.

sstadick commented 3 years ago

Not doing, no current pressing need and this seems very non-trivial.