graphy_dll_error 0.3.0

Allows graphy_dll funcs to return errors.
Documentation
1
2
3
4
5
6
7
8
#![recursion_limit="200"]

#[macro_use]
extern crate error_chain;

mod error;

pub use error::*;