Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider alternative ANSI styling library #150

Open
ericcornelissen opened this issue Nov 19, 2023 · 0 comments
Open

Consider alternative ANSI styling library #150

ericcornelissen opened this issue Nov 19, 2023 · 0 comments
Labels
dependencies Changes to the project's dependencies refactor Changes that don't change functionality

Comments

@ericcornelissen
Copy link
Owner

Technical Change

Relates to #5, #13, #38

Summary

This project currently uses the owo-colors crate for ANSI styling in output. owo-colors is easy to work with, concise, and provides a lot out of the box. However, it arguably "pollutes" the implementation of many types and is much more powerful than what this project needs.

Alternatives

See styling suggestions from anstream. Or not using a library at all.

@ericcornelissen ericcornelissen added dependencies Changes to the project's dependencies refactor Changes that don't change functionality labels Nov 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changes to the project's dependencies refactor Changes that don't change functionality
Projects
None yet
Development

No branches or pull requests

1 participant