File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Implementation of [Unicode Standard Annex #31][tr31] for determining which
1313
1414This crate is a better optimized implementation of the older ` unicode-xid `
1515crate. This crate uses less static storage, and is able to classify both ASCII
16- and non-ASCII codepoints with better performance, 2 & ndash ; 6× ; faster than
16+ and non-ASCII codepoints with better performance, 6× ; faster than
1717` unicode-xid ` .
1818
1919<br >
Original file line number Diff line number Diff line change 1313//!
1414//! This crate is a better optimized implementation of the older `unicode-xid`
1515//! crate. This crate uses less static storage, and is able to classify both
16- //! ASCII and non-ASCII codepoints with better performance, 2– 6×
17- //! faster than `unicode-xid`.
16+ //! ASCII and non-ASCII codepoints with better performance, 6× faster than
17+ //! `unicode-xid`.
1818//!
1919//! <br>
2020//!
You can’t perform that action at this time.
0 commit comments