Skip to content
/ arpeggio-rs Public template

Coding template for DDD and Clean Architecture based projects on Rust.

License

Notifications You must be signed in to change notification settings

isaacdecoded/arpeggio-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARPEGGIO ON RUST

This is the Arpeggio coding template based on Rust.

Requirements

Scripts

You can execute it by using Cargo (already included in Rust installation):

cargo run

And tests execution by:

cargo test

Dependencies

Arpeggio on Rust keeps the codebase clean by including only the minor requirement tooling dependency as they are async-trait + tokio for asynchronicity features.

The Plan Concept example

You can take a look to the example by visiting the plan-concept-example branch