mneme 0.1.0

An event-sourcing library for Rust projects.
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies]

[lib]
name = "mneme"
path = "src/lib.rs"

[package]
authors = ["John Wilger <john@johnwilger.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An event-sourcing library for Rust projects."
edition = "2024"
keywords = ["data", "events", "event-sourcing", "cqrs", "postgresql"]
license = "MIT"
name = "mneme"
readme = "README.md"
repository = "https://github.com/jwilger/mneme"
version = "0.1.0"