Hmm, I was thinking about writing a nodejs native module with rust to access some system library in an electron app for one of my side project, but using this might be easier instead. I guess I should check it out.
As a tauri user, I can highly recommend it. If you can write the backend code in Rust only it's very simple and you have a much smaller footprint than electron.