//! # ⚠️ `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 *;