Closed CfirTsabari closed 1 year ago
the parse function get input as &str, won't getting input as the trait io:Read be better?
parse
&str
io:Read
This seems to be a duplicate of https://github.com/pest-parser/pest/issues/153 but feel free to reopen it if not
the
parse
function get input as&str
, won't getting input as the traitio:Read
be better?