Skip to content

A sample project how to apply Clean Architecture in Rust (in development)

Notifications You must be signed in to change notification settings

CSalih/rust-clean-architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clean Architecture with Rust

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.

Getting Started

Server

# start the server
cargo run
# http operations
curl --location --request GET 'http://localhost:8080/api/v1/users'

Architecture

The dependency goes towards the center - The Dependency Rule.

Architecture Overview

License

Copyright 2023 © CSalih. All rights reserved.

Licensed under MIT

About

A sample project how to apply Clean Architecture in Rust (in development)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages