gguppy 0.1.0

A multi-platform plotting library based on the grammar of graphics implemented in pure Rust with a no_std feature.
Documentation
[dependencies.arwggplot]
optional = false
version = "0.1.0"

[dependencies.gguppy_core]
version = "0.1.0"

[dependencies.gguppy_data]
version = "0.1.0"

[features]
save_file = ["arwggplot/save_file"]

[package]
authors = ["Alwin Wang <alwinrwang@outlook.com>"]
description = "A multi-platform plotting library based on the grammar of graphics implemented in pure Rust with a no_std feature."
edition = "2021"
homepage = "https://github.com/alwinw/arwggplot"
license = "Apache-2.0 OR MIT"
name = "gguppy"
readme = "README.md"
repository = "https://github.com/alwinw/arwggplot"
version = "0.1.0"