We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54b7c7d + 98c6770 commit 3fdd637Copy full SHA for 3fdd637
src/doc/book/crates-and-modules.md
@@ -22,6 +22,7 @@ As an example, let’s make a *phrases* crate, which will give us various phrase
22
in different languages. To keep things simple, we’ll stick to ‘greetings’ and
23
‘farewells’ as two kinds of phrases, and use English and Japanese (日本語) as
24
two languages for those phrases to be in. We’ll use this module layout:
25
+
26
```text
27
+-----------+
28
+---| greetings |
0 commit comments