Cargo Features

fast-float-to-integer has no features set by default.

[dependencies]
fast-float-to-integer = { version = "0.1.0", features = ["show-asm", "force-default"] }
show-asm

This feature is for internal use. It ensures cargo-show-asm can get the assembly.

force-default

This feature is for internal use. It disables all target specific code.