crux: Cross-platform app development in Rust
3 points by cinemast
3 points by cinemast
Anybody got hands-on experience with crux?
In our project we have a shared core written in go and generate bindings with gomobile. Since the type mapping support is very limited and async wiring has to be done manually we are currently looking for alternatives.
That is when I discovered crux. Another alternative seems to be KMP (kotlin multiplatform) without the UI part.
I am curious how lobsters are developing shared cores for mobile/desktop/web where the UI should be native (no hybrid cross-platform like Flutter).