The simplest Rust equivalent (that I have been able to implement so far) to this Your First Windows Program example.
If you have suggestions on how to make it simpler, please open an issue.
The only dependency for this project is the windows crate.
It shows an empty window. If you click on the X to close the window, the window closes and the application exits.