Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2c7be14

Browse files
committed
add unicode-xid links
1 parente986437 commit2c7be14

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

‎README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
Unicode support modules for Rust. All of these are available on[crates.io](https://crates.io).
44

5-
[unicode-normalization](https://crates.io/crates/unicode-normalization)\[[doc](http://unicode-rs.github.io/unicode-normalization)\] - This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decompositions and Recompositions, as described in[Unicode Standard Annex#15](http://www.unicode.org/reports/tr15/).
5+
[unicode-normalization](https://crates.io/crates/unicode-normalization)\[[doc](https://unicode-rs.github.io/unicode-normalization)\] - This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decompositions and Recompositions, as described in[Unicode Standard Annex#15](http://www.unicode.org/reports/tr15/).
66

7-
[unicode-segmentation](https://crates.io/crates/unicode-segmentation)\[[doc](http://unicode-rs.github.io/unicode-segmentation)\] - This crate determines Grapheme Cluster and Word boundaries according to[Unicode Standard Annex#29](http://www.unicode.org/reports/tr29/) rules.
7+
[unicode-segmentation](https://crates.io/crates/unicode-segmentation)\[[doc](https://unicode-rs.github.io/unicode-segmentation)\] - This crate determines Grapheme Cluster and Word boundaries according to[Unicode Standard Annex#29](http://www.unicode.org/reports/tr29/) rules.
88

9-
[unicode-width](https://crates.io/crates/unicode-width)\[[doc](http://unicode-rs.github.io/unicode-width)\] - This crate determines the displayed width of`char` and`str` types according to[Unicode Standard Annex#11](http://www.unicode.org/reports/tr11/) rules.
9+
[unicode-width](https://crates.io/crates/unicode-width)\[[doc](https://unicode-rs.github.io/unicode-width)\] - This crate determines the displayed width of`char` and`str` types according to[Unicode Standard Annex#11](http://www.unicode.org/reports/tr11/) rules.
10+
11+
[unicode-xid](https://crates.io/crates/unicode-xid)\[[doc](https://unicode-rs.github.io/unicode-xid)\] - This crate determines if a`char` has the XID\_Start or XID\_Continue property according to[Unicode Standard Annex#31](http://www.unicode.org/reports/tr31/) rules.

‎index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ <h4>unicode-segmentation [<a class="mod" href="https://crates.io/crates/unicode-
2424

2525
<h4>unicode-width [<aclass="mod"href="https://crates.io/crates/unicode-width">crates.io</a> |<aclass="mod"href="https://unicode-rs.github.io/unicode-width">doc</a>]</h4>
2626
<p>This crate determines the displayed width of<code>char</code> and<code>str</code> types according to<ahref="http://www.unicode.org/reports/tr11/">Unicode Standard Annex #11</a> rules.</p>
27+
28+
<h4>unicode-xid [<aclass="mod"href="https://crates.io/crates/unicode-xid">crates.io</a> |<aclass="mod"href="https://unicode-rs.github.io/unicode-xid">doc</a>]</h4>
29+
<p>This crate determines if a<code>char</code> has the XID_Start or XID_Continue property according to<ahref="http://www.unicode.org/reports/tr31/">Unicode Standard Annex #31</a> rules.</p>
2730
</section>
2831
</body>
2932
</html>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp