Cargo Features

cvmath has no features set by default.

[dependencies]
cvmath = { version = "0.0.1", features = ["qangle", "dataview", "serde"] }
qangle

Features from optional dependencies

dataview implicit feature

Enables dataview

dataview:

Safe transmute between types and byte arrays of the same size

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework