crayon 0.7.1

A small, portable and extensible game framework.
Documentation
1
2
pub use failure::Error;
pub type Result<T> = std::result::Result<T, Error>;