Cargo Features
[dependencies]
pitaya-go = { version = "0.0.2", default-features = false, features = ["rt"] }
- default = rt
-
The
rt
feature is set by default wheneverpitaya-go
is added without
somewhere in the dependency tree.default-features = false - rt default
-
Enables rt of nrf52840-hal ^0.11
pitaya-go has 2 features without comments.