Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/barzamin/nom-reader

feed nom parsers from anything implementing Read
https://github.com/barzamin/nom-reader

Last synced: 2 months ago
JSON representation

feed nom parsers from anything implementing Read

Awesome Lists containing this project

README

        

# nom-reader
[![Crates.io Version](https://img.shields.io/crates/v/nom-reader.svg)](https://crates.io/crates/nom-reader)

Feeds a [`nom`](https://github.com/Geal/nom) parser from any type implementing [`std::io::Read`](https://doc.rust-lang.org/std/io/trait.Read.html).