Cargo Features

[dependencies]
fixnum-approx-eq = { version = "0.1.0", default-features = false, features = ["i16", "i32", "i64", "i128"] }
default = i128

The i128 feature is set by default whenever fixnum-approx-eq is added without default-features = false somewhere in the dependency tree.

i16

Enables i16 of fixnum

i32

Enables i32 of fixnum

i64

Enables i64 of fixnum

i128 default

Enables i128 of fixnum

fixnum-approx-eq has 5 features without comments.