popflash_parser 2.1.0

Library for parsing data from popflash.site match links
Documentation
1
2
3
4
5
6
7
8
use criterion::criterion_main;

mod benchmarks;

criterion_main! {
//    benchmarks::compare_functions::fibonaccis,
    benchmarks::r#match::match_functions,
}