Paul Stemmet
9b13d54e44
cache! allows the Scanner to state that it requires 'N' more codepoints before it can correctly process the byte stream. Its primary purpose is its interaction with O_EXTENDABLE, which allows the caller to hint to the Scanner that the buffer could grow, likewise cache! returns an error that hints to the caller that they should extend the byte stream before calling the Scanner again -- or pass opts without O_EXTENDABLE. |
||
---|---|---|
.github/workflows | ||
docs | ||
src | ||
.gitignore | ||
.rustfmt.toml | ||
Cargo.lock | ||
Cargo.toml |