Cargo Features

reed-solomon-novelpoly has no features set by default.

[dependencies]
reed-solomon-novelpoly = { version = "2.0.0", features = ["with-alt-cxx-impl", "f256", "avx"] }
with-alt-cxx-impl = bindgen, cc

Affects reed-solomon-novelpoly::cxx

f256

enable the small field, experimental support

Affects faster8::f256, field::f256

avx

Affects inc_afft::inverse_afft_faster8, inc_afft::afft_faster8, inc_encode::encode_low_faster8, inc_encode::encode_high_faster8, inc_encode::encode_sub_faster8, inc_log_mul::walsh_faster8, field::faster8

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.

bindgen build with-alt-cxx-impl?

Enables bindgen ^0.66.1

cc build with-alt-cxx-impl?