A Very Small Service Written in Rust
Rust Smol was written for the purpose of exploring the creation of microservices in Rust.
docker-compose build && docker-compose up
export PORT=8080 && cargo build && cargo run
A Very Small Service Written in Rust
Rust Smol was written for the purpose of exploring the creation of microservices in Rust.
docker-compose build && docker-compose up
export PORT=8080 && cargo build && cargo run