Programming Rust Quotes
Programming Rust: Fast, Safe Systems Development
by
Jim Blandy588 ratings, 4.63 average rating, 66 reviews
Programming Rust Quotes
Showing 1-1 of 1
“loop {
work();
play();
; // <-- empty statement
}
Rust follows the tradition of C in allowing this. Empty statements do nothing except convey a slight feeling of melancholy. We mention them only for completeness.”
― Programming Rust: Fast, Safe Systems Development
work();
play();
; // <-- empty statement
}
Rust follows the tradition of C in allowing this. Empty statements do nothing except convey a slight feeling of melancholy. We mention them only for completeness.”
― Programming Rust: Fast, Safe Systems Development
