How can I compile or convert a Rust app into a .appx application (a windows windows app, not a windows desktop app)

Hello,
I was wondering if I could compile Rust console program into a windows .appx application, suitable for distribution to windows store, sideloading, etc.

Have you taken a look at this?