mozilla / cbindgen

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

Parse `unsafe` attributes #1019

Closed Coekjan closed 3 weeks ago

Coekjan commented 3 weeks ago

Closes #1013 . The linked issue is urgent, so @emilio (hope we can resolve the issue as soon as possible).

The dependency syn is updated in order to handle the unsafe attributes.