tinyvec 1.13.2

`tinyvec` provides 100% safe vec-like data structures.
Documentation
1
2
3
4
5
6
7
8
9
10
11
## Quickstart

```console
> cargo install honggfuzz
> cargo hfuzz run arrayish
```

When a crash is found:
```console
> cargo hfuzz run-debug arrayish hfuzz_workspace/arrayish/*.fuzz
```