|
|
|
|
|
by couchand
840 days ago
|
|
Woah woah woah let's not get hasty. We can have panicking and nonpanicking versions of the API (at least until somebody builds the nonpanicking version of Rust, that will be great). The panicking version is for quick, off-the-cuff usage, and the nonpanicking one for production use. There's value in the Hello, World and println-debugging style print, even if it should be eschewed in most general contexts. |
|
Consider something as trivial as `cat foo >readonly_file` to see why.