Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/barzamin/nom-reader
- Owner: barzamin
- License: mit
- Created: 2017-11-03T17:34:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-23T09:10:11.000Z (over 5 years ago)
- Last Synced: 2024-10-14T01:18:35.134Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).