Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions crates/anstyle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ customizing the colors used without putting the underlying text styling crate
in the API.

For integration with your text styling crate, see:
- [anstyle-termcolor](crates/termcolor)
- [anstyle-owo-colors](crates/owo)
- [anstyle-yansi](crates/yansi)
- [anstyle-termcolor](../anstyle-termcolor)
- [anstyle-owo-colors](../anstyle-owo-colors)
- [anstyle-yansi](../anstyle-yansi)

General utilities:
- [anstyle-git](crates/git): Parse Git style descriptions
- [anstyle-git](../anstyle-git): Parse Git style descriptions

## License

Expand Down
Loading