1 2 3 4
fn main() { #[cfg(not(any(feature = "__serde_bincode", feature = "__serde_postcard")))] println!("cargo:rustc-cfg=serde_default"); }