Hey, I’m a webdev. I previously approached the project with JavaScript. I’m familiar with the js ecosystem.

I put a fair bit of consideration and in contrast to my JavaScript-approach, I’d like to investigate Dioxus.

I’m not completely new. I’ve dabbled in rust before. I have read a lot of the docs and I’m sure there is much more to learn amd practice. I also don’t want to downplay that I’m ai-slop-maxxing at scale.

What advice would you give to getting started with the rust ecosystem approach?

Similar to a lot of languages there are considerations for things like tests. So it would be useful to see the options there. As well as any other best-practices and nuances.

In relation to my project, I’m particularly interested in the tooling available in rust for formal verification.


Just to be clear, im not here to waste your time on my slop, but if you want to see what I’ve got so far (practically nothing):

  • xoron@programming.devOP
    link
    fedilink
    arrow-up
    1
    ·
    2 hours ago

    im switching to the rust stack mainly because i think it has better tooling formal-verification. formal verification is particuarly important in my project because it relates to cryptography.

    i assume i can get something comparable to what i already did with JS… but with rust, i may be able to break out of the browser environment.

    i not only want to be able to offer a native gui version, but with rust i think im on track for also being able to create a cli tool too.