Yet Another Rust Yaml
Find a file
Paul Stemmet 68d3de8342 lib/scanner: add feature gated test harness for tokens!
In essence, this allows us to test the Scanner's ability to handle
chunked byte streams, hooking directly into the existing test suite.

It has three levels large, medium and small where large is probably the
smallest buffer size + increment that could be considered reasonable
(4k/64), with the smaller two testing absurd buffers (8/8 and 1/1).
2021-09-09 20:29:29 +01:00
.github/workflows
docs docs/plain-scalar-indent: commit notes 2021-08-15 09:03:22 +00:00
src lib/scanner: add feature gated test harness for tokens! 2021-09-09 20:29:29 +01:00
.gitignore git: ignore .vim/ 2021-06-23 21:51:33 +01:00
.rustfmt.toml
Cargo.lock Cargo: dev-dependencies.cfg-if = 1 2021-09-09 20:29:29 +01:00
Cargo.toml Cargo: dev-dependencies.cfg-if = 1 2021-09-09 20:29:29 +01:00