simplify 0.1.2

simplify-js port to rust
Documentation
1
2
3
4
5
6
7
8
9
extern crate simplify;
#[macro_use]
extern crate criterion;

mod benchmarks;

criterion_main! {
   benchmarks::simplify::benches,
}