statusio

Crates.iostatusio
lib.rsstatusio
version1.0.0
sourcesrc
created_at2016-10-05 21:03:23.49929
updated_at2016-10-05 21:03:23.49929
descriptionA Rust-Lang library for Statusi.o functions.
homepage
repository
max_upload_size
id6732
size36,925
Cynthia Coan (Mythra)

documentation

https://docs.rs/crate/statusio

README

Status IO

This is a rust-lang library for the status hosting page https://status.io. It aims to implement V2 of their api which is documented HERE. This crate provides not only models for decoding their responses from your own HTTP Client. The library also comes built in with an HTTP Client for you so all you have to do is specify your api key/api id, and you're off to the races.

Installing the Status IO Library

This crate works with cargo, and is on https://crates.io.

[dependencies]
statusio = "1.0.0"

Building statusio from source should be easy the standard cargo build should work.

Commit count: 0

cargo fmt