Neon: Rust bindings for writing safe and fast native Node.js modules

Rust bindings for writing safe and fast native Node.js modules. – GitHub – neon-bindings/neon: Rust bindings for writing safe and fast native Node.js modules. Read more

Similar

Hecto: Build your own text editor in Rust

This is a series of blog posts that shows you how to build a text editor in Rust. It’s a re-implementation of kilo in Rust, as outlined in this fantastic tutorial. Same as the original booklet, these blog posts guide you through all the steps to build a b... (more…)

Read more »

Is Rust Used Safely by Software Developers?

Rust, an emerging programming language with explosive growth, provides a robust type system that enables programmers to write memory-safe and data-race free code. To allow access to a machine's hardware and to support low-level performance optimizations, ... (more…)

Read more »