Expand description
Adapter layer for connecting language-specific patterns to alef’s backend trait. Handles callback bridges and custom registrations.
Modules§
Functions§
- build_
adapter_ bodies - Build a map of adapter-generated method/function bodies for a language.
Type Aliases§
- Adapter
Bodies - 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.