A subset of const generics getting stabilized in Rust

This is a tracking issue for the minimal usable subset of RFC 2000 (rust-lang/rfcs#2000). The feature gate for the issue is #![feature(min_const_generics)]. See rust-lang/lang-team#37 for more deta… Read more

Similar

Tools for profiling Rust

The first time I needed to profile a Rust application I came across Llogiq’s post - Profiling Rust applications on Linux. This post was incredibly helpful to me and succeeded in getting me off the ground. After spending a little more time with Rust and ne... (more…)

Read more »