logo

Crate wplot

source · []
Expand description

Collection of general purpose tools to iterate. Currently it simply reexport itertools.

Module :: wplot

experimental rust-status docs.rs Open in Gitpod discord

Plot interface.

Sample

To add to your project

cargo add wplot

Try out from the repository

git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/wplot_trivial
cargo run

Re-exports

pub use exposed::*;

Modules

Core module. Namespace with dependencies.

Exposed namespace of the module.

Prelude to use essentials: use my_module::prelude::*.