swagger-rs icon indicating copy to clipboard operation
swagger-rs copied to clipboard

Recursive Type Definitions

Open ExternalReality opened this issue 3 years ago • 0 comments

This is a very nice generator but I am having trouble using it to generate recursive type definitions from schema. The Rust code generated does not take care to box the recursive definition. Is there a configuration option for this?

ExternalReality avatar Mar 01 '21 03:03 ExternalReality