pest-parser / pest

The Elegant Parser
https://pest.rs
Apache License 2.0
4.67k stars 261 forks source link

Add Reader support #888

Closed CfirTsabari closed 1 year ago

CfirTsabari commented 1 year ago

the parse function get input as &str, won't getting input as the trait io:Read be better?

tomtau commented 1 year ago

This seems to be a duplicate of https://github.com/pest-parser/pest/issues/153 but feel free to reopen it if not