diff options
Diffstat (limited to 'Items that are always imported by default in Rust are called the prelude.md')
-rw-r--r-- | Items that are always imported by default in Rust are called the prelude.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Items that are always imported by default in Rust are called the prelude.md b/Items that are always imported by default in Rust are called the prelude.md new file mode 100644 index 0000000..6a4fa2f --- /dev/null +++ b/Items that are always imported by default in Rust are called the prelude.md @@ -0,0 +1,5 @@ +[[Rust]] + +Every function and other thing that are always accessible in every Rust program are together called the `prelude`. + +What is included in the prelude is documented [here](https://doc.rust-lang.org/std/prelude/index.html)
\ No newline at end of file |