unicode-rs / unicode-segmentation

Grapheme Cluster and Word boundaries according to UAX#29 rules
https://unicode-rs.github.io/unicode-segmentation
Other
565 stars 57 forks source link

trivial? crates.io README has broken example... #122

Closed asah closed 6 months ago

asah commented 1 year ago

README.md is correct but https://crates.io/crates/unicode-segmentation still shows:

    let b: &[_] = &["The", " ", "quick", " ", "(", "\"", "brown", "\"", ")", " ", " ", "fox"];

which produces an error when executed.

Manishearth commented 1 year ago

We just haven't published a new version since

syvb commented 6 months ago

This issue can be closed now - there was a release and the example in the README on crates.io now passes.