is_number 0.1.1

Check if a string can be parsed as a number
Documentation
[dependencies]

[[example]]
name = "number_validator"
path = "examples/number_validator.rs"

[lib]
name = "is_number"
path = "src/lib.rs"

[package]
authors = ["Sahil <issahil404@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parsing", "text-processing"]
description = "Check if a string can be parsed as a number"
documentation = "https://docs.rs/is_number"
edition = "2021"
keywords = ["number", "parsing", "validation", "string", "check"]
license = "MIT"
name = "is_number"
readme = "README.md"
repository = "https://github.com/dotslashbit/is-number-rs"
version = "0.1.1"