nom-fields 0.1.1

Provides a single function-like macro that removes some boilerplate from a common pattern when using nom.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "nom-fields"
version = "0.1.1"
authors = ["reslario <simon.kunze2310@gmail.com>"]
edition = "2018"
description = "Provides a single function-like macro that removes some boilerplate from a common pattern when using nom."
repository = "https://github.com/reslario/nom-fields"
homepage = "https://github.com/reslario/nom-fields"
readme = "README.md"
keywords = ["nom", "macro"]
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/nom-fields/"

[dependencies]