Crate is_number

Crate is_number 

Source
Expand description

A library to check if a string can be parsed as a number Similar to the is-number npm package

Functionsยง

is_float
Checks if the input string represents a valid float
is_integer
Checks if the input string represents a valid integer
is_number
Checks if the input string represents a valid number