gnuplotter_macros

Crates.iognuplotter_macros
lib.rsgnuplotter_macros
version0.2.3-alpha
sourcesrc
created_at2024-01-09 22:12:49.814433
updated_at2024-02-16 00:32:12.766489
descriptionDependency for gnuplotter providing it with procedural macro utilities
homepage
repository
max_upload_size
id1094684
size29,780
James Cauwelier (jamescauwelier)

documentation

README

GNUPlotter Macros

This crate contains the macros used to generate the plots using gnuplot. The macro's consider plots to be defined using structs that derive the Plot macro. This will both provided setter functionality for the plot as a builder would, but also provides validation functions regarding the plot's content. Different from a builder, a plot is not necessarily produced / visualized only once, and so it needs to build itself, so it can keep building by adding new data series (for example).

Commit count: 0

cargo fmt