Module esp_idf_hal::prelude

source ·
Expand description

The prelude.

To use the esp_idf_hal effectively, a lot of traits and types need to be imported. Instead of importing them one by one manually, the prelude contains the most commonly used imports that are used around application runtime management.

This can be imported as use esp_idf_hal::prelude::*.

Re-exports§