Rust iterator adaptors for n-grams and k-skip-n-grams.
Requires nightly compiler due to the use of trait specialization over Copy + Clone vs Clone types.
Copy + Clone
Clone
MIT