Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 371 Bytes

File metadata and controls

7 lines (4 loc) · 371 Bytes

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.