with_drop: Rust lib for using a closure as a custom drop function

with_drop: Nostd wrapper for using a closure as a custom drop function – koraa/with_drop… Read more

Similar

Using Const Generics in Rust

In part one, we defined a Grid trait and implemented it using 1D and 2D vectors. Benchmarks revealed that a 1D vector was a better choice than a nested 2D vector. In this post, we'll write a new implementation that uses arrays instead of Vec. This should ... (more…)

Read more »

Announcing Rust 1.15.1

The Rust team is happy to announce the latest version of Rust, 1.15.1. Rust is a systems programming language focused on safety, speed, and concurrency.

Read more »