Confirmed users
3,339
edits
(Created page) |
m (→rust-bindgen: rust-bindgen) |
||
| Line 15: | Line 15: | ||
== rust-bindgen == | == rust-bindgen == | ||
'''[https://github.com/servo/rust-bindgen bindgen]''' is a C++ bindings generator for the Rust language. Quantum uses bindgen to generate the glue code between Firefox’s C++ code and Servo’s Rust components. | '''[https://github.com/servo/rust-bindgen rust-bindgen]''' is a C++ bindings generator for the Rust language. Quantum uses rust-bindgen to generate the glue code between Firefox’s C++ code and Servo’s Rust components. To get started, check out the [https://github.com/servo/rust-bindgen/blob/master/CONTRIBUTING.md rust-bindgen contributing guide] and bugs tagged on GitHub as [https://github.com/servo/rust-bindgen/issues?q=is%3Aissue+is%3Aopen+label%3AE-easy “easy” bugs]. | ||
== Quantum CSS == | == Quantum CSS == | ||