parse-numeric-range 0.1.0

Parse a string of numbers and ranges (e.g. 1,3-5,8) into a list of integers. A faithful port of the parse-numeric-range npm package. Zero dependencies, no_std.
Documentation
[package]
name = "parse-numeric-range"
version = "0.1.0"
edition = "2021"
rust-version = "1.81"
description = "Parse a string of numbers and ranges (e.g. 1,3-5,8) into a list of integers. A faithful port of the parse-numeric-range npm package. Zero dependencies, no_std."
documentation = "https://docs.rs/parse-numeric-range"
repository = "https://github.com/trananhtung/parse-numeric-range"
homepage = "https://github.com/trananhtung/parse-numeric-range"
readme = "README.md"
license = "MIT OR Apache-2.0"
keywords = ["range", "parse", "numeric", "list", "expand"]
categories = ["parsing", "text-processing", "no-std"]
authors = ["trananhtung"]
exclude = ["/.github", "/.gitignore"]

[dependencies]

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"

[lints.clippy]
all = "warn"
pedantic = "warn"