test-fuzz-runtime 2.0.3

test-fuzz-runtime
Documentation
1
2
3
4
5
6
7
8
fn main() {
    #[cfg(not(any(
        feature = "__serde_bincode",
        feature = "__serde_cbor",
        feature = "__serde_cbor4ii"
    )))]
    println!("cargo:rustc-cfg=serde_default");
}