diff options
| author | Federico Mena Quintero <federico@gnome.org> | 2017-10-11 17:55:01 -0500 |
|---|---|---|
| committer | Federico Mena Quintero <federico@gnome.org> | 2017-10-11 17:55:01 -0500 |
| commit | c8e232dfe83a95cf866c967752634db3ff7a98bb (patch) | |
| tree | b17206a6e0b942908cca15d7577983b4be5d5e93 /src/libstd | |
| parent | 026451093dbce9d1d2077d4c2bae3a92d413c203 (diff) | |
| download | rust-c8e232dfe83a95cf866c967752634db3ff7a98bb.tar.gz rust-c8e232dfe83a95cf866c967752634db3ff7a98bb.zip | |
ffi/mod.rs: Keep the one-sentence summary at the beginning of the module
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/ffi/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/ffi/mod.rs b/src/libstd/ffi/mod.rs index f8a4a904fc5..6b751904c9f 100644 --- a/src/libstd/ffi/mod.rs +++ b/src/libstd/ffi/mod.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +//! Utilities related to FFI bindings. +//! //! This module provides utilities to handle data across non-Rust //! interfaces, like other programming languages and the underlying //! operating system. It is mainly of use for FFI (Foreign Function |
