oval 2.0.0

A stream abstraction designed for use with nom, winnow, etc.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.bytes]
optional = true
version = "1.0.0"

[package]
authors = ["Geoffroy Couprie <geo.couprie@gmail.com>", "Amos Wenger <amoswenger@gmail.com>"]
description = "A stream abstraction designed for use with nom, winnow, etc."
include = ["LICENSE", "README.md", ".gitignore", ".travis.yml", "Cargo.toml", "src/*.rs"]
license = "MIT"
name = "oval"
readme = "README.md"
repository = "https://github.com/fasterthanlime/oval"
version = "2.0.0"