| Crates.io | event-sourcing |
| lib.rs | event-sourcing |
| version | 0.1.20 |
| created_at | 2024-05-21 18:18:09.97342+00 |
| updated_at | 2024-06-05 17:17:01.496053+00 |
| description | Event sourcing made ease! |
| homepage | |
| repository | https://github.com/flowionab/event-sourcing |
| max_upload_size | |
| id | 1247076 |
| size | 175,734 |
[dependencies]
event-sourcing = "0.1"
Compiler support: requires rustc 1.56+
The event sourcing crate contains the core logic for implementing a event sourced backend logic, preferably combined with CQRS.
The main struct in this project is the EventStore. This struct is used for persisting, fetching and streaming aggregates and events.