stroming 0.0.4

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
15
[package]
name = "stroming"
version = "0.0.4"
edition = "2021"
description = "Traits for a stream store, with an in-memory implementation."
license = "MIT"
keywords = ["events", "eventsourcing", "streaming", "persistence", "eventstore"]
exclude = [".github/", ".gitignore"]


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies.uuid]
version = "1.1.2"
features = ["v4"]