servo/components/style/binding_tools
Boris Zbarsky 9a5a26078a Update bindinggen bits for gecko bug 1343078.
Both the set of atoms and the way they are represented in the atom list
is changing a bit.
2017-03-08 00:13:29 -05:00
..
.gitignore Move gecko_bindings and gecko_string_cache into the style crate 2016-09-24 19:25:55 +05:30
README.md Remove script and doc no longer relevant 2016-12-10 00:33:41 -10:00
regen_atoms.py Update bindinggen bits for gecko bug 1343078. 2017-03-08 00:13:29 -05:00
setup_bindgen.sh Remove script and doc no longer relevant 2016-12-10 00:33:41 -10:00

Geckolib tools

This directory contains simple tools for generating the Rust bindings for stylo.

setup_bindgen.sh

This clones Servo's version of bindgen, and uses llvm-3.8 library to build it. It will then be used to generate the Rust bindings.