We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0264510 commit c8e232dCopy full SHA for c8e232d
src/libstd/ffi/mod.rs
@@ -8,6 +8,8 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
+//! Utilities related to FFI bindings.
12
+//!
13
//! This module provides utilities to handle data across non-Rust
14
//! interfaces, like other programming languages and the underlying
15
//! operating system. It is mainly of use for FFI (Foreign Function
0 commit comments