We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae370d1 commit 841e423Copy full SHA for 841e423
book_src/appendix/utf16_literals.md
@@ -490,3 +490,11 @@ fn test_utf16_null() {
490
```
491
492
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