patch-prolog-shared 0.2.0

Shared term representation and atom interning for patch-prolog2
Documentation
  • Coverage
  • 43.16%
    41 out of 95 items documented0 out of 37 items with examples
  • Size
  • Source code size: 28.63 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.02 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 4s Average build duration of successful builds.
  • all releases: 4s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • navicore

plg-shared: types used by both the compiler (codegen) and the runtime (query parsing / output) — atom interning, term representation, the operator table, and first-argument indexing keys.

This crate is linked into every compiled Prolog binary via libplg_runtime.a. It must stay dependency-free and lean.