saphyr-serde/parser/src
jneem d3b9641125 Remove bad assert. (#11)
We reserve bufmaxlen bytes in the string, but then proceed to push
up to bufmaxlen chars. Therefore it is possible that the string will
need to reallocate. A different solution would be to reserve
4*bufmaxlen bytes. Removing the assert is probably ok, because the
attempt to pre-allocate is just a performance optimization.
2024-09-13 23:17:23 +02:00
..
input Remove all unsafe code. 2024-08-12 17:06:14 +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 Remove all unsafe code. 2024-08-12 17:06:14 +02:00
lib.rs Use spans instead of markers (#3) 2024-08-05 17:08:23 +02:00
parser.rs Add "explicit" flag to Event::DocumentStart (#5) 2024-08-05 17:23:04 +02:00
scanner.rs Remove bad assert. (#11) 2024-09-13 23:17:23 +02:00