blob: 47558393e0cd667a8c449febef57d4f9d5969ba1 (
plain)
1
2
3
|
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)
|