[go: up one dir, main page]

plotters 0.2.10

Plot Drawing Library in Pure Rust for both native and WASM applications
Documentation
1
2
3
4
5
6
7
8
use criterion::criterion_main;

mod benches;

criterion_main! {
    benches::parallel::parallel_group,
    benches::rasterizer::rasterizer_group
}