Navigation Menu

Skip to content

Commit

Permalink
Fix outgoing link to snappy in the FFI guide
Browse files Browse the repository at this point in the history
Google have migrated snappy to GitHub.
  • Loading branch information
tomjakubowski committed May 31, 2014
1 parent cc45132 commit 7cd4879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/guide-ffi.md
Expand Up @@ -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:
Expand Down

5 comments on commit 7cd4879

@bors
Copy link
Contributor

@bors bors commented on 7cd4879 May 31, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at tomjakubowski@7cd4879

@bors
Copy link
Contributor

@bors bors commented on 7cd4879 May 31, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging tomjakubowski/rust/fix-snappy-link = 7cd4879 into auto

@bors
Copy link
Contributor

@bors bors commented on 7cd4879 May 31, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tomjakubowski/rust/fix-snappy-link = 7cd4879 merged ok, testing candidate = 2652ba1

@bors
Copy link
Contributor

@bors bors commented on 7cd4879 May 31, 2014

@bors
Copy link
Contributor

@bors bors commented on 7cd4879 May 31, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 2652ba1

Please sign in to comment.