We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42903d9 commit 98c6770Copy full SHA for 98c6770
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