skipping-search 0.1.0

A fast iterator variant for intersection computations.
Documentation
  • Coverage
  • 78.57%
    11 out of 14 items documented1 out of 13 items with examples
  • Size
  • Source code size: 38.7 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 589.4 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • christophebiocca/skipping-search
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • christophebiocca

A fast iterator variant for intersection computations.

Usage

Add this to your Cargo.toml:

[dependencies]
skipping-search = "0.1.0"

and this to your crate root:

extern crate skipping_search;