fairjax 0.1.0

Fair join pattern matching
Documentation
1
2
3
4
5
#[derive(Clone)]
pub enum Strategy {
    StatefulTree,
    BruteForce,
}