BurntSushi / memchr

Optimized string search routines for Rust.
The Unlicense
799 stars 97 forks source link

Update Cargo.toml `package.description` #138

Closed nc7s closed 9 months ago

nc7s commented 9 months ago

It's (still?) "Safe interface to memchr", which indicates a wrapper for memchr(3), but the docs explicitly declares it's not tied to that.

BurntSushi commented 9 months ago

Good point. I rarely revisit the description of a crate once it is published. This crate in particular has evolved significantly from its original implementation.