summaryrefslogtreecommitdiff
path: root/Items that are always imported by default in Rust are called the prelude.md
blob: 6a4fa2f28a9470ba3ebeda9584f6caa8b79e4ca2 (plain)
1
2
3
4
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)