Skip to content

Commit 0fbfb1c

Browse files
committed
rename unicode_width to unicode-width
1 parent 08d1bd2 commit 0fbfb1c

29 files changed

+66
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Unicode support modules for Rust.
44

5-
[unicode_width](http://unicode-rs.github.io/unicode_width/unicode_width) - determine the displayed width of Unicode characters and strings.
5+
[unicode-width](http://unicode-rs.github.io/unicode-width/unicode-width) - determine the displayed width of Unicode characters and strings.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<body class="rustdoc">
88
<h1 class="fqn">unicode-rs</h1>
99

10-
<p>Unicode support modules for Rust.</p>
10+
<p>Unicode support modules for Rust. All of these are available on <a href="https://crates.io">crates.io</a>.</p>
1111

12-
<p><a href="http://unicode-rs.github.io/unicode_width/unicode_width">unicode_width</a> - determine the displayed width of Unicode characters and strings.</p>
12+
<p><a href="http://unicode-rs.github.io/unicode-width/unicode-width">unicode-width</a> - determine the displayed width of Unicode characters and strings.</p>
1313
</body>
1414
</html>

0 commit comments

Comments
 (0)