mirror of
https://github.com/openharmony/third_party_rust_tinyvec.git
synced 2026-07-22 02:05:24 -04:00
12 lines
187 B
Markdown
12 lines
187 B
Markdown
## Quickstart
|
|
|
|
```console
|
|
> cargo install honggfuzz
|
|
> cargo hfuzz run arrayish
|
|
```
|
|
|
|
When a crash is found:
|
|
```console
|
|
> cargo hfuzz run-debug arrayish hfuzz_workspace/arrayish/*.fuzz
|
|
```
|