You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-21 16:29:33 +02:00
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Rust has great support for calling functions through a _foreign function
|
Rust has great support for calling functions through a _foreign function
|
||||||
interface_ (FFI). We will use this to build a safe wrapper for the `libc`
|
interface_ (FFI). We will use this to build a safe wrapper for the `libc`
|
||||||
functions you would use from C to read the filenames of a directory.
|
functions you would use from C to read the names of files in a directory.
|
||||||
|
|
||||||
You will want to consult the manual pages:
|
You will want to consult the manual pages:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user