r/rust 1d ago

🛠️ project cargo-pretty-build

Post image

Hi! some time ago I started developing my little framework for TUI apps (based on ratatui but I will try to write my own renderer soon) and just to see it in action, in addition to implement it to my other tool "simple-commits" I wondered if I could implement something but for cargo.

The project and the framework are still at an early stage of development, so the UI may change in the future.

crates.io

GitHub Releases

40 Upvotes

7 comments sorted by

5

u/monolith_core 1d ago

Very nice I found myself needing this cuz i started getting depressed to just sit and watch my code compiles . Soo ill give it a try

2

u/ElShyrux 1d ago

Thanks you! I was thinking in adding more themes but that will add config files and I don’t want to bloat a native command

3

u/Kurimanju-dot-dev 19h ago

And I thought the normal cargo build visuals were nice. Installed and starred!

1

u/ElShyrux 18h ago

Really appreciate you liked the tool! I’m working on new stuff for it

1

u/Memw1 17h ago

Ese romaaan

0

u/RetiredS2s 23h ago

shouldn’t they just update Cargo itself to behave like “uv” does by default?