Creating an [PHP] FFI-Compatible C-ABI Library in Rust

In this post we will take a look at how to write Rust code that can be compiled into a C-ABI compatible dynamic library, and how to use that in PHP via FFI. Read more

Similar