Expand description
Stub code-generation helper — spec Annex-A.1 operation mapping.
A stub is the client-side proxy that marshals an IDL operation into a GIOP request, sends it over IIOP, and demarshals the reply. We provide a language-agnostic data structure that the codegen processes per target language.
Structs§
Enums§
- Param
Direction - Parameter direction.
Functions§
- render_
stub_ op - Renders a textual stub-skeleton preamble with the concrete
language names. This is a helper for tests and documentation;
the real codegen happens in
crates/idl-cpp/etc., which consumes this data structure.