All Talks

Taking Constant Evaluation to the Limit

RustConf 2019 - Taking Constant Evaluation to the Limit by Oliver Schneider

Have you ever wanted to write a static with a complex initial value? Are you programming microcontrollers? Do you want to run as little code as possible at runtime or are you trying to reduce your memory footprint? If you answered yes to any of these questions, then you probably want to evaluate all-the-things™ at compile-time with a constant evaluator.

This talk will focus on explaining the inner workings of the new …

You might be interested in: