mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
ffi/mod.rs: Keep the one-sentence summary at the beginning of the module
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user