| Crates.io | rustplot |
| lib.rs | rustplot |
| version | 0.1.0 |
| created_at | 2018-05-03 17:51:52.845955+00 |
| updated_at | 2018-05-03 17:51:52.845955+00 |
| description | A simple GUI based plotting library for Rust using GTK and Cairo. |
| homepage | |
| repository | https://github.com/Michael-Ori/rustplot |
| max_upload_size | |
| id | 63612 |
| size | 188,309 |
A simple GUI based plotting library for Rust using GTK and Cairo.
Documentation of the API can be found on lib.rs.
Requires installation of GTK+, GLib and Cairo for use of the gtk-rs crates. Installation instructions can be found on the gtk-rs requirements page.
Add this to Cargo.toml:
[dependencies]
rustplot = "0.1.0"
and this to crate root:
extern crate rustplot;
// For all functionality
use rustplot::*;
To run unit tests: cargo test --lib
To rust integration tests: cargo test --test <test module name>
To run rustdoc tests: cargo test --doc
Rustplot is distributed under the terms of the MIT license.
See LICENSE for details.