mneme 0.5.0

An event-sourcing library for Rust projects.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Mneme

[![Crates.io](https://img.shields.io/crates/v/mneme)](https://crates.io/crates/mneme)
[![Documentation](https://docs.rs/mneme/badge.svg)](https://docs.rs/mneme)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Mneme is a robust event-sourcing library for Rust projects. Named after the
Greek muse of memory, Mneme helps you maintain a complete and accurate history
of your domain events. It is built on top of [Kurrent](https://kurrent.dev/)
(formerly EventStoreDB) and provides a clean, type-safe API for implementing
event-sourced systems.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE)
file for details.