parse_int 0.2.1

Parse &str with common prefixes to integer values
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.num-traits]
version = "0.2"

[package]
authors = ["Stefan Schindler <dns2utf8@estada.ch>"]
categories = ["parsing"]
description = "Parse &str with common prefixes to integer values"
edition = "2018"
include = ["Cargo.toml", "src/**", "README.md"]
license = "Apache-2.0/MIT/BSL-1.0/CC0-1.0"
name = "parse_int"
readme = "README.md"
repository = "https://gitlab.com/dns2utf8/parse_int"
version = "0.2.1"