webmachine-rust 0.2.0

Port of the Ruby Webmachine library to Rust
Documentation
1
2
3
4
5
6
7
8
language: rust
os:
  - linux
  - osx
script:
  - cargo build
  - cargo test