Rustacian
Rustacian
> What is your motivation for using `StorageFile`? For me: 1. StorageFile/Folder API has a safe Rust API: https://microsoft.github.io/windows-docs-rs/doc/windows/Storage/struct.StorageFolder.html#method.GetFilesAsync vs https://microsoft.github.io/windows-docs-rs/doc/windows/Win32/Storage/FileSystem/fn.FindFirstFileA.html 3. Compare the developer experience for using the WinRT...
Why was it closed?
If I understand it correctly, this API is not accessible via https://github.com/microsoft/windows-rs , but only via https://github.com/microsoft/windows-app-rs , isn't it? Sadly, the latter has been deprecated...