You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add comprehensive Rust generator type mapping documentation
Created detailed documentation covering:
- Current type mappings from OpenAPI to Rust
- How oneOf, anyOf, and allOf are handled (or not)
- Alternative approaches that were considered
- Configuration options and their impact
- Known limitations and rationale for decisions
- Proposed changes in PR #21915 for true anyOf support
This documentation provides the context needed to understand both
the current implementation and the proposed improvements.
0 commit comments