An open API service indexing awesome lists of open source software.

https://github.com/socgnachilderic/rust_ddd-cqrs-es

Domain Driven Design (DDD), CQRS and Event Sourcing in Rust
https://github.com/socgnachilderic/rust_ddd-cqrs-es

bounded-context clean-architecture cqrs ddd design-patterns dioxus event-sourcing hexagonal-architecture rust

Last synced: 3 months ago
JSON representation

Domain Driven Design (DDD), CQRS and Event Sourcing in Rust

Awesome Lists containing this project

README

          

# rust-workspace ![](https://github.com/nirmangupta/rust-workspace/workflows/Rust/badge.svg)
This repository contains template code for a new rust project.

### Usage
* To use this repository, clone it as a template.
* Add a new binary or library either using `cargo new` or by manually creating a folder.
* Add the name of the package to workspace's `Cargo.toml` under `workspace.members`.
More details about cargo workspace at https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html

### Notes
* Important to replace the `LICENSE` as per project requirement.
* Edit the `README` to show case project usage and features.
* Basic CI pipeline using github actions can be found under `/github/rust.yml`.