charton 0.5.0

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
8
9
pub mod aesthetics;
pub mod composite;
pub mod context;
pub mod conversion;
pub mod data;
pub mod guide;
pub mod layer;
pub mod layout;
pub mod utils;