plotlib 0.5.1

Pure Rust plotting library
Documentation
1
2
3
use failure;

pub type Result<T> = ::std::result::Result<T, failure::Error>;