diff options
Diffstat (limited to 'src/doc/guide-ffi.md')
-rw-r--r-- | src/doc/guide-ffi.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/doc/guide-ffi.md b/src/doc/guide-ffi.md new file mode 100644 index 000000000..1130a10bd --- /dev/null +++ b/src/doc/guide-ffi.md @@ -0,0 +1,4 @@ +% The (old) Rust Foreign Function Interface Guide + +This content has moved into +[the Rust Programming Language book](book/ffi.html). |