Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 825 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 825 Bytes

foaas-rs

Rust implementation for the FOAAS webservice.

Build Status

Building and running

Builde the webservice

cargo build

Start the webservices binary or run

cargo run [ip:port]

To test if the webservice is running curl an endpoint.

curl 127.0.0.1:[your port]/version

Running the tests

cargo test

Built With

  • serde - Serialization crate
  • hyper - Webservice crate

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details