stroming 0.0.3

Traits for a stream store, with an in-memory implementation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.uuid]
features = ["v4"]
version = "1.1.2"

[package]
description = "Traits for a stream store, with an in-memory implementation."
edition = "2021"
exclude = [".github/", ".gitignore"]
keywords = ["events", "eventsourcing", "streaming", "persistence", "eventstore"]
license = "MIT"
name = "stroming"
readme = "README.md"
resolver = "2"
version = "0.0.3"