HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by namjh

Comment by namjh 8 months ago

0 replies

View on Hacker News

Anyone who needs to handle FFI in Rust, should read the FFI chapter in Rustonomicon: https://doc.rust-lang.org/nomicon/ffi.html

Unsafe Rust is indeed very hard to write correctly. Rustonomicon is a good start to learn unsafe Rust.