combinedfun 0.1.2

A little `nom`-like parser combinator library which stays away from macros, while trying to achieve at least part of the expressiveness of `nom`
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "combinedfun"
version = "0.1.2"
authors = ["42triangles <42triangles@tutanota.com>"]
description = "A little `nom`-like parser combinator library which stays away from macros, while trying to achieve at least part of the expressiveness of `nom`"
readme = "README.md"
keywords = ["parser", "combinator", "nom", "parsing", "parse"]
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/42triangles/combinedfun"

[dependencies]
[badges.maintenance]
status = "experimental"