feat: Allow querying ranges in the results list

This commit is contained in:
Clément Renault
2018-10-11 16:09:28 +02:00
parent 8cd07462aa
commit 3acac1458f
4 changed files with 29 additions and 13 deletions

View File

@ -1,3 +1,5 @@
#![feature(range_contains)]
#[macro_use] extern crate lazy_static;
pub mod rank;