Expand description
Code generation context and descriptor-to-Rust mapping state.
Structs§
- Code
GenContext - Shared context for a code generation run.
- Split
Path - A Rust type path split at the target-package boundary.
Constants§
- SENTINEL_
MOD - The single reserved module name under which all ancillary generated types
(views, oneof enums, extensions,
register_types) live.