lip 5.2.1-beta.0

Lip provides powerful parser combinators for creating reusable and flexible parsers.
Documentation
[package]
name = "lip"
version = "5.2.1-beta.0"
authors = ["Kevin Li <kevinli020508@gmail.com>"]
edition = "2018"
description = "Lip provides powerful parser combinators for creating reusable and flexible parsers."
keywords = ["parser", "combinator", "functional"]
license = "MIT"
repository = "https://github.com/AlienKevin/lip"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
unicode-segmentation = "1.8.0"