Binding to Rust from everything


Details
It is time for another Rust meetup!
This time we have a mini-conference around one topic: bindgen
We will meet in the beautiful Mozilla office for a fresh round of talks, drinks, food and chatter about everyone's favorite programming language.
We're happy to announce 3 great speakers, each one covering one of the various bindgen tools out there:
Emilio Cobos Álvarez (https://github.com/emilio)
rust-bindgen: https://github.com/rust-lang-nursery/rust-bindgen
bindgen automatically generates Rust FFI bindings to C (and some C++) libraries.
Alexis Beingessner (https://github.com/Gankro)
cbindgen: https://github.com/eqrion/cbindgen
cbindgen can be used to generate C bindings for Rust code.
Ashley Williams (https://github.com/ashleygwilliams)
wasm-bindgen: https://github.com/rustwasm/wasm-bindgen/
Facilitating high-level interactions between wasm modules and JavaScript.
We're looking forward to see you there!
----------------------------------------------------------------------------
The Berlin Rust Meetup
You can follow us on Twitter (https://twitter.com/RustBerlin/) and watch our recordings (https://air.mozilla.org/?tag=Rust+Berlin) of previous Rust meetups.
This event uses a Code of Conduct (http://berlincodeofconduct.org/) to make sure everyone feels welcome and safe in our space.
We also host bi-weekly Rust learning groups as part of OpenTechSchool (https://www.meetup.com/find/events/?allMeetups=false&keywords=Rust+Hack+and+Learn+OpenTechSchool&radius=25&userFreeform=Berlin%2C+Germany&mcName=Berlin%2C+DE&eventFilter=all).

Binding to Rust from everything