Skip to main content

Crate weaveffi_core

Crate weaveffi_core 

Source
Expand description

Core logic: Generator trait, codegen orchestration, validation, and shared utilities.

Modulesยง

abi
The canonical WeaveFFI C ABI model.
cabi
Shared rendering of the C ABI declarations from a BindingModel.
cache
Content-hashing and per-generator caching for skip-if-unchanged builds.
codegen
Generator trait, dyn-erasure wrapper, and orchestration.
model
The binding model: a normalized, fully-lowered view of an Api that every language backend consumes.
utils
validate