Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

進階話題

FFI

PyO3 透過 ffi 模組公開了 Python C API 的大部分內容。

C API 天生不安全,必須由你自行管理引用計數、錯誤與特定不變式。在使用該 API 中的任何函式之前,請參考 C API 參考手冊 以及 The Rustonomicon