rust-diplomat / diplomat

Experimental Rust tool for generating FFI definitions allowing many other languages to call Rust code
https://rust-diplomat.github.io/book/
Other
532 stars 51 forks source link

Add more parameter context information in RenderInfo #715

Open ambiguousname opened 3 weeks ago

ambiguousname commented 3 weeks ago

Add information about the owning type, the dependency tree behind the parameter, etc. Useful for renderers to use in setting up forms (like potentially with <fieldset> in #716).