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
- Host: GitHub
- URL: https://github.com/socgnachilderic/rust_ddd-cqrs-es
- Owner: socgnachilderic
- License: mit
- Created: 2024-12-30T16:14:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-08T23:04:07.000Z (over 1 year ago)
- Last Synced: 2025-01-09T00:27:24.009Z (over 1 year ago)
- Topics: bounded-context, clean-architecture, cqrs, ddd, design-patterns, dioxus, event-sourcing, hexagonal-architecture, rust
- Language: Rust
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-workspace 
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`.