plotlib 0.4.0

Pure Rust plotting library
Documentation
1
2
3
use failure;

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