test-fuzz 5.2.0

To make fuzzing Rust easy
Documentation
1
2
3
4
5
6
7
8
9
fn main() {
    #[cfg(not(any(
        feature = "serde_bincode",
        feature = "serde_cbor",
        feature = "serde_cbor4ii",
        feature = "serde_postcard"
    )))]
    println!("cargo:rustc-cfg=serde_default");
}