u/squirreljetpack

Is there a solution to automatically publish unpublished crates in a workspace?
▲ 7 r/rust

Is there a solution to automatically publish unpublished crates in a workspace?

cargo publish --workspace aborts if any package is already published.

cargo workspaces publish --from-git (https://github.com/pksunkara/cargo-workspaces) does not error correctly when failing to publish a package (for reason other than already existing). This is a problem when I rely on these exit codes in ci.

This seems like a such a basic problem I'm a bit surprised there isn't a ready answer for it -- am I doing something wrong?

u/squirreljetpack — 4 days ago
▲ 79 r/tui+2 crossposts

matchmaker: an elegant and modern fuzzy searcher

After a long hiatus, matchmaker is back, with some fixes for some embarassing bugs from before times. With 0.0.26, there is now also windows (powershell) support.

Matchmaker is a searcher like fzf, but its got a lot of qol features, as well as improved column support, regex capture groups, toml declarations, horizontal scrolling, built in documentation and a minimalist philosophy. It's built with ratatui, which means customization is extremely powerful without being overwhelming. Link here: https://github.com/Squirreljetpack/matchmaker

u/squirreljetpack — 4 days ago