Cargo Features

[dependencies]
ncomm-executors = { version = "1.1.3", default-features = false, features = ["nostd", "std", "alloc"] }
default = std

The std feature is set by default whenever ncomm-executors is added without default-features = false somewhere in the dependency tree.

nostd alloc?

Enables nostd of ncomm-core

std default

Enables crossbeam, quanta and threadpool, std of ncomm-core

Affects ncomm-executors::simple_executor, ncomm-executors::threadpool_executor, ncomm-executors::threaded_executor

alloc = nostd

Enables alloc of ncomm-core