saphyr-serde/parser/src
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
..
char_traits.rs Move char is_xxx fn to their own file. 2024-01-24 01:02:20 +01:00
debug.rs Remove debug prints code from release builds. 2024-01-24 02:22:02 +01:00
emitter.rs Move emitter/scanner tests to their folder. 2024-01-23 00:19:04 +01:00
lib.rs Remove debug prints code from release builds. 2024-01-24 02:22:02 +01:00
parser.rs Remove debug prints code from release builds. 2024-01-24 02:22:02 +01:00
scanner.rs Buffer block scalar lines. 2024-01-24 21:45:18 +01:00
yaml.rs Update licence, readme, doc. 2024-02-08 07:12:14 +01:00