temporary fork of saphyr with serde support merged into main.
Find a file
Ethiraric 2471c5793a Buffer block scalar lines.
Instead of doing a loop that goes:
  * fetch from input stream
  * push char into string

Make a loop that fetches characters while they're not a breakz and
_then_ extend the string. This avoids a bunch of reallocations.
2024-01-24 21:45:18 +01:00
parser Buffer block scalar lines. 2024-01-24 21:45:18 +01:00