Added an examples-shared crate to be used from the others

This commit is contained in:
4bb4 2020-10-30 12:24:08 +01:00
parent 3b702076cc
commit 8c623a7a79
7 changed files with 422 additions and 0 deletions

View file

@ -0,0 +1,4 @@
pub mod bar_plots;
pub mod line_plots;
pub mod scatter_plots;
pub mod text_plots;