web_server 0.3.1

Small and dependency-less crate for creating HTTP servers
Documentation
language: rust
rust: stable

cache: cargo

script:
    - cargo test --examples

notifications:
  email:
    on_success: never