AbnormalHumanBeing@lemmy.abnormalbeings.space to Rust@programming.dev · 2 months agoOxidise Your Command Line (2025 Edition)videos.abnormalbeings.spaceexternal-linkmessage-square7linkfedilinkarrow-up163arrow-down12
arrow-up161arrow-down1external-linkOxidise Your Command Line (2025 Edition)videos.abnormalbeings.spaceAbnormalHumanBeing@lemmy.abnormalbeings.space to Rust@programming.dev · 2 months agomessage-square7linkfedilink
minus-square_hovi_@lemmy.worldlinkfedilinkarrow-up6·2 months agoDidn’t know about rusty-man, that one’s nice
minus-squaretaladar@sh.itjust.workslinkfedilinkarrow-up8·2 months agoAlso last updated in 2021 and won’t build any more with cargo install for me.
minus-square_hovi_@lemmy.worldlinkfedilinkarrow-up4arrow-down1·2 months agoI’ve been having issues building stuff in general without RUSTONIG_DYNAMIC_LIBONIG=1 for some reason, but woththaton it built for me
minus-squaretaladar@sh.itjust.workslinkfedilinkarrow-up4·2 months agoFor me it was all the yanked versions of ahash that prevented it from building
minus-square_hovi_@lemmy.worldlinkfedilinkarrow-up4·2 months agoDoes cargo install --locked rusty-man work?
minus-squaretaladar@sh.itjust.workslinkfedilinkarrow-up4·2 months agoIt does with the environment variable mentioned elsewhere but it uses three yanked crates.
minus-square_hovi_@lemmy.worldlinkfedilinkarrow-up3·2 months agoMight be nice to have an updated alternative though yeah
Didn’t know about
rusty-man
, that one’s niceAlso last updated in 2021 and won’t build any more with
cargo install
for me.I’ve been having issues building stuff in general without
RUSTONIG_DYNAMIC_LIBONIG=1
for some reason, but woththaton it built for meFor me it was all the yanked versions of ahash that prevented it from building
Does
cargo install --locked rusty-man
work?It does with the environment variable mentioned elsewhere but it uses three yanked crates.
Might be nice to have an updated alternative though yeah