Use .map With tuple() In The nom Parser In Rust
This returns a &str
instead of a tuple
use tag;
use multispace1;
use tuple;
use IResult;
-- end of line --
This returns a &str
instead of a tuple
use tag;
use multispace1;
use tuple;
use IResult;