Experience no. But I think I was leaning toward Maud as a more comprehensive alternative.
If I haven't mentioned it here the issue I have with the Rust ecosystem (which I hope won't be true forever) is that it's a bit Macro happy, which means any language tooling stops working soon as the macro boundaries hit. So especially if you're thinking of writing a good portion of the UI in .rs files (which is what I would love to be able to do) the issue is unless you're writing native Rust (leveraging the Rust highlighting, linting, LSP, etc...) The macros won't highlight or autocomplete or anything 🤔