numscan 0.1.0

Extract numbers from text
Documentation
[package]
name = "numscan"
description = "Extract numbers from text"
version = "0.1.0"
edition = "2021"
homepage = "https://github.com/yehuthi/numscan"
repository = "https://github.com/yehuthi/numscan"
license = "MIT OR Apache-2.0"
categories = ["parsing", "no-std"]
keywords = ["extract", "number", "text", "scan", "simd"]

[dependencies]
round_mult = "0.1.2"