mozilla / cbindgen

A project for generating C bindings from Rust code
Mozilla Public License 2.0
2.27k stars 294 forks source link

Generalize Item to expose documentation and generic params #963

Closed scovich closed 1 month ago

scovich commented 1 month ago

Small PR to make Item more fully capture commonalities of the underlying types.

emilio commented 1 month ago

Made that suggested tweak and merged this, thanks!