statusio 1.0.0

A Rust-Lang library for Statusi.o functions.
1
2
3
4
5
#[derive(Debug, RustcEncodable, RustcDecodable)]
pub struct Status {
    pub error: String,
    pub message: String,
}