From 931eb0894e7cd3717f1218f0eb06382b11734c13 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Sun, 3 Aug 2025 22:29:47 +0200 Subject: vault backup: 2025-08-03 22:29:47 --- ... are always imported by default in Rust are called the prelude.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Items that are always imported by default in Rust are called the prelude.md (limited to 'Items that are always imported by default in Rust are called the prelude.md') 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 -- cgit v1.2.3