/foaas-rs

Rust implementation for a foaas webservice

Primary LanguageRustMIT LicenseMIT

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