fabula-memory 0.1.0

In-memory DataSource implementation for fabula
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "fabula-memory"
version = "0.1.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "In-memory DataSource implementation for fabula"
keywords = ["graph", "pattern-matching", "temporal", "sifting", "narrative"]
categories = ["algorithms", "data-structures"]

[dependencies]
fabula = { path = "../fabula", version = "0.1" }

[dev-dependencies]
fabula = { path = "../fabula", version = "0.1" }