[go: up one dir, main page]

plotters 0.2.11

A Rust drawing library focus on data plotting for both WASM and native 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
}