saphyr-serde/parser/src
Ethiraric 65fcb6fde3 Move next_can_be_plain_scalar as free fn.
This is, for some reason, a huge pessimization. `rustc` fails to
optimize it as well as it did when it was part of `Scanner`.

This is however kinda needed if I want to avoid having this code
duplicated in every implementation of the input.
2024-07-14 17:01:44 +02:00
..
buffered_input.rs Performance improvement. 2024-07-14 16:59:10 +02:00
char_traits.rs yaml-rust2 -> saphyr-parser 2024-04-02 17:14:06 +02:00
debug.rs Fix debug_prints in release mode. 2024-07-14 17:00:10 +02:00
input.rs Move document indicator detection to Input. 2024-07-14 17:00:10 +02:00
lib.rs Add Input interface. 2024-07-14 16:59:09 +02:00
parser.rs Add Input interface. 2024-07-14 16:59:09 +02:00
scanner.rs Move next_can_be_plain_scalar as free fn. 2024-07-14 17:01:44 +02:00