serde_many 0.1.0

Multiple serialization/deserialization implementations for the same type.
Documentation
1
2
3
4
5
6
7
8
9
10
#![cfg(feature = "derive")]
#[cfg_attr(target_os = "emscripten", ignore = "disabled on Emscripten")]
#[rustversion::attr(not(nightly), ignore = "requires nightly")]
#[cfg_attr(miri, ignore = "incompatible with miri")]
#[allow(unused_attributes)]
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/**/*.rs");
}