Nemeski@lemm.ee to Rust@programming.dev · 1 month agoApril Project Goals Updateblog.rust-lang.orgexternal-linkmessage-square3fedilinkarrow-up115arrow-down10
arrow-up115arrow-down1external-linkApril Project Goals Updateblog.rust-lang.orgNemeski@lemm.ee to Rust@programming.dev · 1 month agomessage-square3fedilink
minus-squaretrevor (he/they)@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up3·1 month agoI cannot wait for cargo-script to stabilize.
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up3·1 month agoEspecially 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).
minus-squaretrevor (he/they)@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up3·1 month agoAgree. 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.
I cannot wait for
cargo-script
to stabilize.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).
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.