Improving `Terminal` implementation
cnpryer opened this issue · 0 comments
cnpryer commented
Summary
Implement more intentional usage of the Terminal
abstraction for more cohesive Cargo UI. This would use Cargo's simple terminal messaging style for Huck-specific messages.
Motivation
- More consistent and polished experience
- Allows for better UI management during various ops
- Allows for animation and more frequent feedback
Requirements
- Simple
- Cargo's style
- Animation
- Snappy, minimal
Related:
- #318
- #790
- #692
- (cargo) rust-lang/cargo#12578