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
[dependencies]

[package]
authors = ["reslario <simon.kunze2310@gmail.com>"]
description = "Provides a single function-like macro that removes some boilerplate from a common pattern when using nom."
documentation = "https://docs.rs/nom-fields/"
edition = "2018"
homepage = "https://github.com/reslario/nom-fields"
keywords = ["nom", "macro"]
license = "MIT OR Apache-2.0"
name = "nom-fields"
readme = "README.md"
repository = "https://github.com/reslario/nom-fields"
version = "0.1.1"