mech-server 0.0.2

Provides a server and client for hosting Mech programs on a websocket.
Documentation
image: "rust:latest"

test:cargo:
  script:
  - rustup default nightly-2019-06-01
  - rustup show
  - rustc --version && cargo --version
  - rustup component add rust-src
  - cargo test --all
  - cargo bench --all