Yet Another Rust Yaml
Find a file
Paul Stemmet 07fda2c8a2 lib/scanner: refactor eat_whitespace into a free function
As we'll be using it throughout the various scanner/* modules, not just
on the scanner struct itself.

This commit also improves eat_whitespace to chomp any valid YAML
whitespace, not just newlines and spaces.
2021-06-29 16:01:11 +01:00
.github/workflows ci/prtasks: use install over mv 2021-06-02 14:52:43 +00:00
docs docs/flow-logic: notes from scalar line joining 2021-06-23 21:51:33 +01:00
src lib/scanner: refactor eat_whitespace into a free function 2021-06-29 16:01:11 +01:00
.gitignore git: ignore .vim/ 2021-06-23 21:51:33 +01:00
.rustfmt.toml ci/fmt: move rustfmt.toml to repo root 2021-06-22 21:14:34 +00:00
Cargo.lock lib/deps: add atoi 2021-06-06 08:44:15 +01:00
Cargo.toml lib/deps: add atoi 2021-06-06 08:44:15 +01:00