Making a const version of Rust’s array:from_fn – How hard can it be?

Writing const functions has been supported since Rust 1.31 in 2018.These functions can be evaluated at compile time, which is for example useful to shift exp… Read more

Similar

Revisiting a ‘Smaller Rust’

A bit over a year ago, I wrote some notes on a “smaller Rust” - a higher level language that would take inspiration from some of Rust’s type system innovations, but would be simpler by virtue of targeting a domain with less stringent requirements for user... (more…)

Read more »