Cargo Features

[dependencies]
ws2812-esp32-rmt-driver = { version = "0.10.0", default-features = false, features = ["std", "alloc", "smart-leds-trait", "embedded-graphics-core"] }
default = std

The std feature is set by default whenever ws2812-esp32-rmt-driver is added without default-features = false somewhere in the dependency tree.

std default = alloc

Enables std of esp-idf-hal and esp-idf-sys

alloc std

Enables alloc of esp-idf-hal

Features from optional dependencies

smart-leds-trait implicit feature

Enables smart-leds-trait

smart-leds-trait:

A trait for implementing effects, modifiers and drivers for programmable leds

Affects ws2812-esp32-rmt-driver::lib_smart_leds

embedded-graphics-core implicit feature

Enables embedded-graphics-core

embedded-graphics-core:

Core traits and functionality for embedded-graphics

Affects ws2812-esp32-rmt-driver::lib_embedded_graphics