normalize-facts-rules-api 0.3.2

Data types for normalize fact rules (Relations input, Diagnostic output)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "normalize-facts-rules-api"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Data types for normalize fact rules (Relations input, Diagnostic output)"

[dependencies]
# Datalog engine
ascent = "0.8"

# Serialization for diagnostics
serde = { workspace = true, features = ["derive"] }

# Zero-copy serialization for external-process rule protocol
rkyv = { workspace = true }