An open API service indexing awesome lists of open source software.

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.

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.