Skip to content

Commit 8d9a9ce

Browse files
committed
docs: Add crates to README
1 parent 9558676 commit 8d9a9ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@ This repo contains:
66
- [`anstyle-ls`](./crates/anstyle-ls) for parsing `LS_COLORS` style descriptions
77
- Convert to other formats
88
- [`anstyle-roff`](./crates/anstyle-roff) for converting ANSI codes to `ROFF`
9+
- [`anstyle-svg`](./crates/anstyle-svg) for converting ANSI codes to `SVG`
910
- Styling integration
1011
- [`anstyle-ansi-term`](./crates/anstyle-ansi-term) for adapting `anstyle` to `ansi_term`
1112
- [`anstyle-crossterm`](./crates/anstyle-crossterm) for adapting `anstyle` to `crossterm`
1213
- [`anstyle-owo-colors`](./crates/anstyle-owo-colors) for adapting `anstyle` to `owo-colors`
14+
- [`anstyle-syntect`](./crates/anstyle-syntect) for adapting `anstyle` to `syntect`
1315
- [`anstyle-termcolor`](./crates/anstyle-termcolor) for adapting `anstyle` to `termcolor`
1416
- [`anstyle-yansi`](./crates/anstyle-yansi) for adapting `anstyle` to `yansi`
1517
- Utilities
1618
- [`anstyle-lossy`](./crates/anstyle-lossy) for converting between color types
1719
- [`anstyle-parse`](./crates/anstyle-parse) for parsing ANSI Style Escapes
1820
- [`anstyle-wincon`](./crates/anstyle-wincon) for styling legacy Microsoft terminals
21+
- [`colorchoice-clap`](./crates/colorchoice-clap) for using `color` flag in `clap`

0 commit comments

Comments
 (0)