47 releases (6 breaking)
0.10.10 | Dec 6, 2023 |
---|---|
0.10.7 | Oct 20, 2023 |
0.6.8 | Jul 21, 2023 |
0.0.1 | Sep 13, 2022 |
#865 in Data structures
760 downloads per month
6KB
64 lines
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.
Dependencies
~2.3–3.5MB
~71K SLoC