This is a sample project to demonstrate how to apply Clean Architecture in Rust.
Note: I'm exploring Rust so don't expect a good code quality.
# start the server
cargo run
# http operations
curl --location --request GET 'http://localhost:8080/api/v1/users'
The dependency goes towards the center - The Dependency Rule.
Copyright 2023 © CSalih. All rights reserved.
Licensed under MIT