rust-for-dotnet-devs icon indicating copy to clipboard operation
rust-for-dotnet-devs copied to clipboard

use fs::write instead of file open and write in exception-handling

Open dvdsk opened this issue 11 months ago • 0 comments

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.

dvdsk avatar Mar 19 '24 18:03 dvdsk