mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
Change behavior of `byte_search!` macro, to make it easier to understand and use: 1. `handle_match` removed. Macro instead evaluates to the first matching byte. 2. `handle_eof` does not return from enclosing function. 3. Alter syntax to make clear that `continue_if` and `handle_eof` are not closures, so can use `return` statements in them. These changes enabled by #2552. |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| Cargo.toml | ||