Cargo Features

esb has no features set by default.

[dependencies]
esb = { version = "0.1.0", features = ["fast-ru", "51", "52810", "52832", "52840", "log"] }
fast-ru
51 = nrf51

Enables thumbv6 of bbqueue ^0.4.8

52810 = nrf52810-pac

Enables atomic of bbqueue ^0.4.8

52832 = nrf52832-pac

Enables atomic of bbqueue ^0.4.8

52840 = nrf52840-pac

Enables atomic of bbqueue ^0.4.8

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

nrf51 51?

Enables nrf51 ^0.9.0

nrf52810-pac 52810?

Enables nrf52810-pac ^0.9.0

nrf52832-pac 52832?

Enables nrf52832-pac ^0.9.0

nrf52840-pac 52840?

Enables nrf52840-pac ^0.9.0

log implicit feature

Enables log

log:

A lightweight logging facade for Rust