https://github.com/rixrix/rust-nodejs-ffi
This project represents my first Rust program, written on May 25, 2015. It serves as an introductory example for developers interested in Rust and its interoperability with Node.js.
https://github.com/rixrix/rust-nodejs-ffi
ffi nodejs rust rust-lang
Last synced: 4 months ago
JSON representation
This project represents my first Rust program, written on May 25, 2015. It serves as an introductory example for developers interested in Rust and its interoperability with Node.js.
- Host: GitHub
- URL: https://github.com/rixrix/rust-nodejs-ffi
- Owner: rixrix
- License: unlicense
- Created: 2015-05-25T11:19:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T12:44:23.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T05:15:12.161Z (about 1 year ago)
- Topics: ffi, nodejs, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust Foreign Function Interface (FFI)
It demonstrates how to integrate Rust code with Node.js, showcasing a basic Rust function utilizing multi-threading for a CPU-bound task.
# About
This project represents my first Rust program, written on May 25, 2015. It serves as an introductory example for developers interested in Rust and its interoperability with Node.js.