extern "C" { fn abs(input: i32) -> i32; } fn main() { unsafe ... 筆者搜尋之後找到PyO3 這個library 而他提供可以讓python 使用Rust 函式做運算 ...
確定! 回上一頁