diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-08-03 22:29:47 +0200 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-08-03 22:29:47 +0200 |
commit | 931eb0894e7cd3717f1218f0eb06382b11734c13 (patch) | |
tree | b6ad9b0d98a8f26e496c91ad3f24d1c855b654df /Items that are always imported by default in Rust are called the prelude.md | |
parent | af98004d2cf437603f47f4224110a80d76d0d7de (diff) |
vault backup: 2025-08-03 22:29:47
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 |