pax-properties-coproduct

Crates.iopax-properties-coproduct
lib.rspax-properties-coproduct
version0.10.10
sourcesrc
created_at2022-09-13 01:52:47.27004
updated_at2023-12-06 01:20:18.808104
descriptionStatic container for program-variable data structures and polymorphic components
homepagehttps://pax.dev/
repositoryhttps://www.github.com/pax-lang/pax
max_upload_size
id664100
size5,675
Samuel Selleck (samuelselleck)

documentation

README

pax-properties-coproduct

This crate acts as a blank - a dummy dependency that allows projects to bootstrap their initial compilation, later replacing this blank with an application-specific PropertiesCoproduct.

In other words: every project needs a PropertiesCoproduct in order to compile, but that PropertiesCoproduct cannot be known until the project is initially compiled. This blank allows the first compilation to occur.

The Cargo patch mechanism is how this blank is intended to be substituted for an application-specific PropertiesCoproduct. The ExpressionTable is expected to be patched in by the same mechanism.

Commit count: 0

cargo fmt