Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(parser): improve example for
byte_search!
macro usage (#5234)
It's more efficient when reading 2 bytes to use `read2()` than 2 x `read()` calls. Reflect that in example for using `byte_search!` macro.
- Loading branch information