Cargo Features

Gf2Poly has no features set by default.

[dependencies]
gf2poly = { version = "0.1.0", features = ["std"] }
std

Enables std of rand

rand:

Option (enabled by default): without "std" rand uses libcore; this option enables functionality expected to be available on a standard platform.

Gf2Poly has 1 feature without comment.