Skip to main content

Crate alef_adapters

Crate alef_adapters 

Source
Expand description

Adapter layer for connecting language-specific patterns to alef’s backend trait. Handles callback bridges and custom registrations.

Modules§

async_method
callback_bridge
streaming
sync_function

Functions§

build_adapter_bodies
Build a map of adapter-generated method/function bodies for a language.

Type Aliases§

AdapterBodies
Key: “TypeName.method_name” for methods, “function_name” for free functions. For streaming adapters, an additional entry “ItemType.stream_struct” holds the iterator struct definition.