Cargo Features

CoordinateFrame has no features set by default.

[dependencies]
coordinate-frame = { version = "0.5.0", features = ["std", "num-traits", "defmt", "micromath", "nalgebra"] }
std
num-traits

Enables num-traits

defmt

Enables defmt, defmt of coordinate-frame-derive

micromath

Enables micromath, micromath of coordinate-frame-derive

nalgebra

Enables nalgebra, nalgebra of coordinate-frame-derive

CoordinateFrame has 5 features without comments.