on New to Dioxus and Rust. Any tips about getting started? · c/rust · 1 pts · 34d@xoron @ExperimentalGuy if you need server side processing, fullstack mode have a nice macro to generate API calls. In case you need a js lib (ex. Codemirror editor) wasm binding allow to define extern interface. For any technical issue feel free to post on their Discord forum.
on Ladybird Browser adopts Rust · c/rust · 1 pts · 194d@Czele @Leny it's just AI transpiled, that's not much more than a refactor.
on Rust in Android: move fast and fix things · c/rust · 10 pts · 296d@shape_warrior_t I think faster delivery is also a consequence of a good DX, managing dependencies and building with cargo is probably less cumbersome than installing specific toolchain and fighting makefiles and CMake.
on Rust turns 10: How a broken elevator changed software forever · c/rust · 4 pts · 1y@ulterno @cm0002 that's how they made assembly.
on The official Rust project account will no longer be active on X · c/rust · 2 pts · 1y@skisnow @neme nice try but we can see link target in thumbnail 😝
on Rust is now a government conspiracy · c/rust · 41 pts · 1y@onlinepersona the master plan to remove old senior devs is ... to train new senior devs.
on Koto: a simple and expressive programming language, usable as an extension language for Rust applications, or as a standalone scripting language · c/rust · 2 pts · 1y@BB_C it seems to be designed as a Lua killer amid they don't have C API bridge yet.
on Goodbye, Rust. I wish you success but I'm back to C++ (sorry, it is a rant) · c/rust · 3 pts · 1y@Shatur @BitSound did you use cbindgen? I struggle to generate a dll from a set of abstract classes.
@xoron @ExperimentalGuy if you need server side processing, fullstack mode have a nice macro to generate API calls.
In case you need a js lib (ex. Codemirror editor) wasm binding allow to define extern interface.
For any technical issue feel free to post on their Discord forum.
@Czele @Leny it's just AI transpiled, that's not much more than a refactor.
@shape_warrior_t I think faster delivery is also a consequence of a good DX,
managing dependencies and building with cargo is probably less cumbersome than installing specific toolchain and fighting makefiles and CMake.
@ulterno @cm0002 that's how they made assembly.
@skisnow @neme nice try but we can see link target in thumbnail 😝
@onlinepersona the master plan to remove old senior devs is ... to train new senior devs.
@BB_C it seems to be designed as a Lua killer amid they don't have C API bridge yet.
@Shatur @BitSound did you use cbindgen? I struggle to generate a dll from a set of abstract classes.