Cargo Features

[dependencies]
fmul-to-int = { version = "1.0.0", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever fmul-to-int is added without default-features = false somewhere in the dependency tree.

std default

std module support.

Enable so that the Overflow error implements std::error::Error.