A fast iterator variant for intersection computations.

Usage

Add this to your Cargo.toml:

toml [dependencies] skipping-search = "0.1.0"

and this to your crate root:

rust extern crate skipping_search;