prefix_parser 0.2.0

A parser for numbers with binary prefixes on the end. EX: Turning 1KB into 1000.
Documentation
[dependencies]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "encoding", "no-std"]
description = "A parser for numbers with binary prefixes on the end. EX: Turning 1KB into 1000."
edition = "2024"
exclude = [".idea", ".gitignore", ".github"]
keywords = ["number", "suffix", "prefix", "SI", "binary"]
license = "Apache-2.0 OR MIT"
name = "prefix_parser"
readme = "README.md"
repository = "https://github.com/Jacoblightning/prefix_parser"
resolver = "3"
version = "0.2.0"