mozilla / cbindgen

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

Add docs for no-export #897

Closed aidanhs closed 10 months ago

aidanhs commented 11 months ago

no-export is an already-existing annotation to skip emitting an item - this PR just documents it.