jampack 1.0.0

Lightweight, asynchronous and extensible asset framework made for use in games and apps.
Documentation
1
2
pub type Result<T> = std::result::Result<T, Error>;
pub type Error = String;