Rust Programming Cookbook
上QQ阅读APP看书,第一时间看更新

Controlling execution flow

In Rust, controlling the execution flow of a program goes beyond simple if and while statements. We will see how to do that in this recipe.