Cargo Features

[dependencies]
robojackets-robocup-rtp = { version = "0.4.1", default-features = false, features = ["std", "nostd", "blue-team"] }
default = nostd

The nostd feature is set by default whenever robojackets-robocup-rtp is added without default-features = false somewhere in the dependency tree.

std

Enables std of packed_struct

nostd default = nalgebra

Enables alloc of packed_struct

yellow-team blue-team

Affects robojackets-robocup-rtp::TEAM, radio_addresses::BASE_STATION_ADDRESS, radio_addresses::ROBOT_RADIO_ADDRESSES

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.

nalgebra nostd