chartlab 0.0.0

A powerful Rust visualization library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "chartlab"
version = "0.0.0"
edition = "2024"
description = "A powerful Rust visualization library"
homepage = "https://github.com/dr-montasir/chartlab"
repository = "https://github.com/dr-montasir/chartlab"
readme = "README.md"
keywords = ["chart", "graph", "plot", "svg", "canvas"]
categories = ["science", "visualization"]
license = "MIT OR Apache-2.0"

exclude = ["logo.svg", "playground.md"]

[dependencies]