rust-cli / anstyle

ANSI text styling
https://docs.rs/anstyle
Other
120 stars 19 forks source link

fix(stream)!: Shorten the crate name to anstream #69

Closed epage closed 1 year ago

epage commented 1 year ago

Most anstyle crates are trying to emphasize that they integrate with anstyle or are complementary to it. anstream is a bit different in that this is a top-level crate, independently usable outside of anstyle, that the earliest beginners of Rust should use.

Shortening the name I think makes it easier to use and clarifies its role.