Cargo Features

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

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

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