mirror of
https://github.com/openharmony/third_party_rust_tinyvec.git
synced 2026-07-18 20:34:34 -04:00
41abf04f28
* more features for fuzzing
* arrayveciter fuzzer + overflow fix
* moar fuzzers and tinyvecdrain change
* cargo fmt
* Self on enums is not stable in 1.36
* 🐞 BUGFIX: ArrayVecIterator::nth_back
* cargo fmt
17 lines
358 B
TOML
17 lines
358 B
TOML
[package]
|
|
name = "tinyvec-fuzz"
|
|
version = "0.1.0"
|
|
authors = []
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
rutenspitz = "0.2.1"
|
|
honggfuzz = "0.5.45"
|
|
arbitrary = { version = "0.4.5", features = ["derive"] }
|
|
better-panic = "0.2.0"
|
|
|
|
[dependencies.tinyvec]
|
|
path = ".."
|
|
features = ["rustc_1_40", "grab_spare_slice", "alloc", "nightly_slice_partition_dedup"]
|