Skip to content

jilsahm/foaas-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rust implementation for a foaas webservice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages