https://github.com/joseluisq/rust-ffi-examples
My Rust beginner FFI code examples.
https://github.com/joseluisq/rust-ffi-examples
Last synced: about 1 month ago
JSON representation
My Rust beginner FFI code examples.
- Host: GitHub
- URL: https://github.com/joseluisq/rust-ffi-examples
- Owner: joseluisq
- Created: 2020-08-20T13:23:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T13:24:18.000Z (over 4 years ago)
- Last Synced: 2024-04-14T02:19:49.660Z (about 1 year ago)
- Language: Makefile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust FFI Examples
> My Rust beginner FFI code examples.
## Resources
- [Rust By Example - Foreign Function Interface](https://doc.rust-lang.org/stable/rust-by-example/std_misc/ffi.html).
- [Rust FFI Examples by @alexcrichton](https://github.com/alexcrichton/rust-ffi-examples).
- [An awesome Rust/C FFI streaming by @rylev](https://www.twitch.tv/ryanlevick/video/703129414).
- [The Rustonomicon - Foreign Function Interface](https://doc.rust-lang.org/nomicon/ffi.html).