this post was submitted on 31 Jul 2026
11 points (92.3% liked)
Rust
8187 readers
15 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
@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.