mozilla / cbindgen

A project for generating C bindings from Rust code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Export part types of external types.

cathaysia opened this issue · comments

Currently cbindgen can selectively export the types of external crates, but this will cause all types to be exported. Is it possible to export only some types in an external crate?