Rust implementation for the FOAAS webservice.
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
cargo test
- Jil Sahm - Initial work
This project is licensed under the MIT License - see the LICENSE.md file for details