Tag: FFI
All the articles with the tag "FFI".
-
Rust FFI Programming - Binding a C Library in Rust
Published date:How to use Rust to bind a C library, using pdfio as an example, detailing the entire process from installing the C library, generating binding code, to encapsulation and testing.