siplot 0.4.3

DEPRECATED: renamed to rsplot. This crate only re-exports rsplot and is no longer maintained.
1
2
3
4
5
6
7
8
9
10
//! # ⚠️ `siplot` has been renamed to [`rsplot`](https://crates.io/crates/rsplot)
//!
//! This crate is **deprecated** and receives no further updates. It exists only
//! to re-export `rsplot` so existing `use siplot::…` code keeps compiling.
//! Please depend on `rsplot` directly:
//!
//! ```toml
//! rsplot = "0.5"
//! ```
pub use rsplot::*;