this post was submitted on 31 Jul 2026
8 points (90.0% liked)
Rust
8187 readers
36 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
Cargo has you mostly covered for tooling, including tests.
Having just now gotten myself into node at work (after python and rust), I wish I could just use cargo instead of npm and a boatload of packages.
I previously was in a situation where I was trying to bridge js and rust.
Perhaps you can do something with rust to wasm?