#rust
threaded - newest
Didn’t know about rusty-man, that one’s nice
rusty-man
Also last updated in 2021 and won’t build any more with cargo install for me.
cargo install
I’ve been having issues building stuff in general without RUSTONIG_DYNAMIC_LIBONIG=1 for some reason, but woththaton it built for me
RUSTONIG_DYNAMIC_LIBONIG=1
Might be nice to have an updated alternative though yeah
For me it was all the yanked versions of ahash that prevented it from building
Does cargo install --locked rusty-man work?
cargo install --locked rusty-man
It does with the environment variable mentioned elsewhere but it uses three yanked crates.
threaded - newest
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 meMight be nice to have an updated alternative though yeah
For 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.