this post was submitted on 29 May 2025
14 points (100.0% liked)

Rust

6983 readers
3 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] trevor@lemmy.blahaj.zone 3 points 1 week ago (1 children)

I cannot wait for cargo-script to stabilize.

[–] FizzyOrange@programming.dev 3 points 1 week ago (1 children)

Especially if it gets good Rust-analyser support. There are a load of these solutions for single-file scripts with third party dependencies but that's where they usually fall down in my experience (notable exception is Deno).

[–] trevor@lemmy.blahaj.zone 3 points 1 week ago

Agree. Currently, single-file Rust source projects are very un-fun to work with.

They seem to cite getting better rust-analyzer support as an important part of getting cargo-script stabilized, so I'm hopeful.