MCPcopy Create free account
hub / github.com/dgrunwald/rust-cpython / A

Class A

src/serde/tests.rs:30–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29 #[derive(PartialEq, Debug, Serialize, Deserialize)]
30 struct A {
31 i: i64,
32 s: String,
33 u: S,
34 e: (),
35 t: (bool, (u64, f32)),
36 v: Vec<Option<bool>>,
37 m: HashMap<u64, String>,
38 #[serde(with = "serde_bytes")]
39 b: Vec<u8>,
40 }
41
42 let a = A {
43 i: 0x8000000000000000u64 as i64,

Callers 1

Calls

no outgoing calls

Tested by 1