diff options
author | Ting-Yu Lin <aethanyc@gmail.com> | 2016-11-26 23:08:37 +0800 |
---|---|---|
committer | Ting-Yu Lin <aethanyc@gmail.com> | 2016-11-26 23:10:27 +0800 |
commit | d1e97eaf1b980d504765197e521207547dcc33f4 (patch) | |
tree | 85d9f7634083ca5f361733f2d35732dfbab0deaa /README.md | |
parent | 7d6cc9a96d9011f089feaac45264ae955215b7d9 (diff) |
Restore links in README.md
These were deleted accidentally in 073b12ff35a8ec6314d655804915f177ce453227.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -116,6 +116,9 @@ There are a few options documented when running `./bindgen --help`. Other options might exist (see [the SpiderMonkey script][sm-script] and [the Stylo scripts][stylo-scripts] to see how is it used inside the Servo organisation. +[sm-script]: https://github.com/servo/rust-mozjs/blob/master/etc/bindings.sh +[stylo-scripts]: https://github.com/servo/servo/tree/master/components/style/binding_tools + ## C++ Usage This fork of rust-bindgen can handle a number of C++ features. |