Cargo Features
[dependencies]
ncomm-core = { version = "1.1.4", default-features = false, features = ["nostd", "std", "alloc"] }
- default = std
-
The
std
feature is set by default wheneverncomm-core
is added without
somewhere in the dependency tree.default-features = false - nostd alloc?
- std default
-
Affects
client_server::Client.poll_for_responses
,client_server::Server.poll_for_requests
,client_server::Server.send_responses
,ncomm-core::executor
,update_client_server::UpdateClient.poll_for_updates
,update_client_server::UpdateClient.poll_for_responses
,update_client_server::UpdateServer.poll_for_requests
,update_client_server::UpdateServer.send_updates
,update_client_server::UpdateServer.send_responses
… - alloc = nostd
-
Affects
client_server::Client.poll_for_responses
,client_server::Server.poll_for_requests
,client_server::Server.send_responses
,ncomm-core::executor
,update_client_server::UpdateClient.poll_for_updates
,update_client_server::UpdateClient.poll_for_responses
,update_client_server::UpdateServer.poll_for_requests
,update_client_server::UpdateServer.send_updates
,update_client_server::UpdateServer.send_responses
…