prefix_parser 0.2.0

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

exclude = [
    ".idea",
    ".gitignore",
    ".github"
]

[dependencies]