FFI๋ž˜ํผ

๋Ÿฌ์ŠคํŠธ๋Š” _์™ธ๋ถ€ ๊ธฐ๋Šฅ ํ˜ธ์ถœ(FFI)_์„ ์ง€์›ํ•ฉ๋‹ˆ๋‹ค. ์šฐ๋ฆฌ๋Š” ์ด๋ฅผ ์ด์šฉํ•˜์—ฌ ๋””๋ ‰ํ„ฐ๋ฆฌ์—์„œ ํŒŒ์ผ ์ด๋ฆ„์„ ์ฝ์–ด์˜ค๋Š” libc ํ•จ์ˆ˜์— ๋Œ€ํ•œ ์•ˆ์ „ํ•œ ๋ž˜ํผ๋ฅผ ๋งŒ๋“ค ๊ฒƒ์ž…๋‹ˆ๋‹ค.

์•„๋ž˜ ๋ฆฌ๋ˆ…์Šค ๋ฉ”๋‰ด์–ผ ๋ฌธ์„œ๋“ค์„ ์ฐธ์กฐํ•˜์‹œ๊ธฐ ๋ฐ”๋ž๋‹ˆ๋‹ค:

์•„๋งˆ std::ffi๋ชจ๋“ˆ์„ ์ฐธ์กฐํ•  ํ•„์š”๊ฐ€ ์žˆ์„ ๊ฒƒ์ž…๋‹ˆ๋‹ค. ๊ฑฐ๊ธฐ์—๋Š” ์ด๋ฒˆ ์˜ˆ์ œ๋ฅผ ์ˆ˜ํ–‰ํ•˜๋Š”๋ฐ ํ•„์š”ํ•œ ๋‹ค์–‘ํ•œ ์ข…๋ฅ˜์˜ ๋ฌธ์ž์—ด ํƒ€์ž…๋“ค์ด ์†Œ๊ฐœ๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค:

ํƒ€์ž…์ธ์ฝ”๋”ฉ์‚ฌ์šฉ
str๊ณผ StringUTF-8๋Ÿฌ์ŠคํŠธ์—์„œ์˜ ๋ฌธ์ž์—ด ์ฒ˜๋ฆฌ
CStr๊ณผ CString๋„(NUL)๋กœ ๋๋‚จCํ•จ์ˆ˜์™€ ์—ฐ๋™ํ•˜๊ธฐ
OsStr์™€ OsStringOS๊ฐ€ ์ •์˜ํ•จOS์™€ ์—ฐ๋™ํ•˜๊ธฐ ์œ„ํ•œ ๋ฌธ์ž์—ด

์ด ํƒ€์ž…๋“ค ๊ฐ„์˜ ๋ณ€ํ™˜์€ ๋‹ค์Œ๊ณผ ๊ฐ™์Šต๋‹ˆ๋‹ค:

  • &str์—์„œ CString์œผ๋กœ์˜ ๋ณ€ํ™˜: ๋งจ ๋งˆ์ง€๋ง‰์˜ \0 ๋ฌธ์ž๋ฅผ ์ €์žฅํ•˜๊ธฐ ์œ„ํ•œ ๊ณต๊ฐ„์„ ํ• ๋‹นํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค,
  • CString์—์„œ *const i8๋กœ์˜ ๋ณ€ํ™˜: Cํ•จ์ˆ˜๋ฅผ ํ˜ธ์ถœํ•˜๊ธฐ ์œ„ํ•ด์„œ๋Š” ํฌ์ธํ„ฐ๊ฐ€ ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค,
  • *const i8์—์„œ &CStr๋กœ์˜ ๋ณ€ํ™˜: ์ฃผ์–ด์ง„ ๋ฐ”์ดํŠธ ์‹œํ€€์Šค๊ฐ€ \0๋กœ ๋๋‚˜๋Š”์ง€ ํ™•์ธํ•˜๊ณ  ์‹ถ์€ ๊ฒฝ์šฐ,
  • &CStr์—์„œ &[u8]๋กœ์˜ ๋ณ€ํ™˜: ๋ฐ”์ดํŠธ ์Šฌ๋ผ์ด์Šค๋Š” โ€œ์•Œ์ˆ˜์—†๋Š” ๋ฐ์ดํ„ฐโ€œ์— ๋Œ€ํ•œ ์ผ๋ฐ˜์ ์ธ ์ธํ„ฐํŽ˜์ด์Šค์ž…๋‹ˆ๋‹ค,
  • &[u8]์—์„œ &OsStr๋กœ์˜ ๋ณ€ํ™˜: &OsStr๋Š” OsString์œผ๋กœ ๊ฐ€๊ธฐ ์œ„ํ•œ ์ค‘๊ฐ„ ๋‹จ๊ณ„ ์ž…๋‹ˆ๋‹ค. OsStrExt๋ฅผ ์‚ฌ์šฉํ•ด์„œ OsStr๋ฅผ ์ƒ์„ฑํ•˜์„ธ์š”,
  • &OsStr์—์„œ OsString์œผ๋กœ์˜ ๋ณ€ํ™˜: &OsStr์ด ๊ฐ€๋ฆฌํ‚ค๊ณ  ์žˆ๋Š” ๋ฐ์ดํ„ฐ๋ฅผ ๋ณต์‚ฌํ•จ์œผ๋กœ์จ, ์ด ๋ฐ์ดํ„ฐ๋ฅผ ๋ฆฌํ„ดํ•˜๊ณ , readdirํ•จ์ˆ˜๋ฅผ ํ˜ธ์ถœํ•  ๋•Œ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๊ฒŒ ํ•ด ์ค๋‹ˆ๋‹ค.

Nomicon์— FFI์™€ ๊ด€๋ จํ•œ ์•„์ฃผ ์œ ์šฉํ•œ ์ฑ•ํ„ฐ๊ฐ€ ์žˆ์Šต๋‹ˆ๋‹ค.

์•„๋ž˜ ์ฝ”๋“œ๋ฅผ https://play.rust-lang.org/์— ๋ณต์‚ฌํ•˜๊ณ  ๋น ์ง„ ํ•จ์ˆ˜์™€ ๋ฉ”์„œ๋“œ๋ฅผ ์ฑ„์›Œ๋ด…๋‹ˆ๋‹ค:

// TODO: remove this when you're done with your implementation.
#![allow(unused_imports, unused_variables, dead_code)]

mod ffi {
    use std::os::raw::{c_char, c_int};
    #[cfg(not(target_os = "macos"))]
    use std::os::raw::{c_long, c_ulong, c_ushort, c_uchar};

    // Opaque type. See https://doc.rust-lang.org/nomicon/ffi.html.
    #[repr(C)]
    pub struct DIR {
        _data: [u8; 0],
        _marker: core::marker::PhantomData<(*mut u8, core::marker::PhantomPinned)>,
    }

    // Layout according to the Linux man page for readdir(3), where ino_t and
    // off_t are resolved according to the definitions in
    // /usr/include/x86_64-linux-gnu/{sys/types.h, bits/typesizes.h}.
    #[cfg(not(target_os = "macos"))]
    #[repr(C)]
    pub struct dirent {
        pub d_ino: c_ulong,
        pub d_off: c_long,
        pub d_reclen: c_ushort,
        pub d_type: c_uchar,
        pub d_name: [c_char; 256],
    }

    // Layout according to the macOS man page for dir(5).
    #[cfg(all(target_os = "macos"))]
    #[repr(C)]
    pub struct dirent {
        pub d_fileno: u64,
        pub d_seekoff: u64,
        pub d_reclen: u16,
        pub d_namlen: u16,
        pub d_type: u8,
        pub d_name: [c_char; 1024],
    }

    extern "C" {
        pub fn opendir(s: *const c_char) -> *mut DIR;

        #[cfg(not(all(target_os = "macos", target_arch = "x86_64")))]
        pub fn readdir(s: *mut DIR) -> *const dirent;

        // See https://github.com/rust-lang/libc/issues/414 and the section on
        // _DARWIN_FEATURE_64_BIT_INODE in the macOS man page for stat(2).
        //
        // "Platforms that existed before these updates were available" refers
        // to macOS (as opposed to iOS / wearOS / etc.) on Intel and PowerPC.
        #[cfg(all(target_os = "macos", target_arch = "x86_64"))]
        #[link_name = "readdir$INODE64"]
        pub fn readdir(s: *mut DIR) -> *const dirent;

        pub fn closedir(s: *mut DIR) -> c_int;
    }
}

use std::ffi::{CStr, CString, OsStr, OsString};
use std::os::unix::ffi::OsStrExt;

#[derive(Debug)]
struct DirectoryIterator {
    path: CString,
    dir: *mut ffi::DIR,
}

impl DirectoryIterator {
    fn new(path: &str) -> Result<DirectoryIterator, String> {
        // Call opendir and return a Ok value if that worked,
        // otherwise return Err with a message.
        unimplemented!()
    }
}

impl Iterator for DirectoryIterator {
    type Item = OsString;
    fn next(&mut self) -> Option<OsString> {
        // Keep calling readdir until we get a NULL pointer back.
        unimplemented!()
    }
}

impl Drop for DirectoryIterator {
    fn drop(&mut self) {
        // Call closedir as needed.
        unimplemented!()
    }
}

fn main() -> Result<(), String> {
    let iter = DirectoryIterator::new(".")?;
    println!("files: {:#?}", iter.collect::<Vec<_>>());
    Ok(())
}