ffi/mod.rs: Keep the one-sentence summary at the beginning of the module

This commit is contained in:
Federico Mena Quintero 2017-10-11 17:55:01 -05:00
parent 026451093d
commit c8e232dfe8

View File

@ -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