suggest adding a where-clause when there is an unmet trait-bound that can be satisfied if some type can implement it.
Stop using stability to hide the implementation details of ParseFloatError and instead move the error type into the `dec2flt` module. Also move the implementation blocks of `FromStr for f{32,64}` into `dec2flt` directly.