nom-parse-trait 0.4.1

Adding traits to make parsing types easier
Documentation
[dependencies.nom]
version = "8.0.0"

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

[package]
authors = ["Marc de Jonge <marcdejonge@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing"]
description = "Adding traits to make parsing types easier"
edition = "2021"
homepage = "https://github.com/marcdejonge/nom-parse-trait"
include = ["src/*.rs", "LICENSE-*", "README.md"]
keywords = ["nom", "parser", "parsable"]
license = "MIT/Apache-2.0"
name = "nom-parse-trait"
readme = "README.md"
repository = "https://github.com/marcdejonge/nom-parse-trait.git"
version = "0.4.1"