patch-prolog-shared 0.2.0

Shared term representation and atom interning for patch-prolog2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "patch-prolog-shared"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
description = "Shared term representation and atom interning for patch-prolog2"

# IMPORTANT: this crate is linked into plg-runtime, which ships inside
# every compiled Prolog binary. Keep dependencies at ZERO to protect
# compiled-binary size.
[dependencies]