core::prelude - Rust (original) (raw)
Module prelude
1.6.0 · Source
Expand description
The core prelude
This module is intended for users of core which do not link to std as well. This module is imported by default when #![no_std] is used in the same manner as the standard library’s prelude.
Modules§
The 2015 version of the core prelude.
The 2018 version of the core prelude.
The 2021 version of the core prelude.
The 2024 version of the core prelude.
The first version of the core prelude.