Skip to content

Commit 841e423

Browse files
committed
Closes #18
1 parent ae370d1 commit 841e423

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

book_src/appendix/utf16_literals.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,3 +490,11 @@ fn test_utf16_null() {
490490
```
491491

492492
All very good, I hope you had fun with this one.
493+
494+
## Crates
495+
496+
If you want this sort of thing at home there's already some crates to do it:
497+
* [utf16_lit](https://docs.rs/utf16_lit)
498+
(Disclosure: I made this one. However, I also write this book, so I get to list my own crate first)
499+
* [wchar](https://docs.rs/wchar)
500+
* [utf16_literal](https://docs.rs/utf16_literal)

0 commit comments

Comments
 (0)