Expand description
The surface external code extends ReifyDB through. Everything here is a stable contract, versioned on both
sides, and the extern-C layer never leaks an engine-internal type - an extension sees only reifydb-value and this
crate’s re-exports, because anything else would tie extension ABI to engine refactors.
Modules§
- common
- Shapes and helpers shared by more than one extension stage. Anything reachable from only one of flow, transform or procedure belongs in that stage’s own tree instead.
- error
- flow
- Everything a flow is extended with: operators, which transform a change stream in place.
- procedure
- transform