bstr_parse 0.1.0

Adds the ability to parse numbers out of `&[u8]`s.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Steven Malis <smmalis37@gmail.com>"]
categories = ["algorithms", "parsing"]
description = "Adds the ability to parse numbers out of `&[u8]`s."
edition = "2018"
keywords = ["bytes", "u8", "slice", "bytestring", "parse"]
license = "MIT OR Apache-2.0"
name = "bstr_parse"
readme = "README.md"
repository = "https://github.com/smmalis37/bstr_parse"
version = "0.1.0"