charton 0.5.8

A high-performance, layered charting system for Rust, featuring a flexible data core and multi-backend rendering.
Documentation
1
2
3
4
5
6
7
pub mod svg;

#[cfg(feature = "png")]
pub mod raster;

#[cfg(feature = "wgpu")]
pub mod wgpu;