saphyr-serde/parser/src
Ethiraric e7a4f30627 Replace VecDeque with ArrayDeque.
This removes all allocations in the `Scanner` code. The downside is that
the buffer is now stored in the `Scanner` structure, making it 48 bytes
larger. This however makes the code much more performant.
2024-02-13 23:10:32 +01:00
..
char_traits.rs Improve scan_plain_scalar readability. 2024-01-25 03:06:18 +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 Replace VecDeque with ArrayDeque. 2024-02-13 23:10:32 +01:00
yaml.rs Update licence, readme, doc. 2024-02-08 07:12:14 +01:00