提交 7cd48791 编写于 作者: T Tom Jakubowski

Fix outgoing link to snappy in the FFI guide

Google have migrated snappy to GitHub.
上级 cc451320
......@@ -2,11 +2,11 @@
# Introduction
This guide will use the [snappy](https://code.google.com/p/snappy/)
This guide will use the [snappy](https://github.com/google/snappy)
compression/decompression library as an introduction to writing bindings for
foreign code. Rust is currently unable to call directly into a C++ library, but
snappy includes a C interface (documented in
[`snappy-c.h`](https://code.google.com/p/snappy/source/browse/trunk/snappy-c.h)).
[`snappy-c.h`](https://github.com/google/snappy/blob/master/snappy-c.h)).
The following is a minimal example of calling a foreign function which will
compile if snappy is installed:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册