rust-for-dotnet-devs
rust-for-dotnet-devs copied to clipboard
use fs::write instead of file open and write in exception-handling
This removes the (advanced) .and_then
combinator in favor of std::fs::write
.
This seems more in line with the dotnet writealltext code and the and_then
will probably confuse and overload the target audience.