commit 6da1cf79d90eb242e7da5318241d42279a3df3ba Author: Max Burke <max@urbanlogiq.com> Date: Sun Jan 19 14:47:28 2020 -0800 [rust] Add use declarations to Rust-generated bindings for imported FB definitions (#5645) * Bugfix for Rust generation of union fields named with language keywords
23 lines
420 B
Plaintext
23 lines
420 B
Plaintext
{
|
|
a : {
|
|
a: 12.34,
|
|
b: [1,2,3,4,5,6,7,8,9,0xA,0xB,0xC,0xD,0xE,0xF],
|
|
c: -127,
|
|
d: [
|
|
{
|
|
a : [-1,2],
|
|
b : A,
|
|
c : [C, B],
|
|
d : [0x1122334455667788, -0x1122334455667788]
|
|
},
|
|
{
|
|
a : [3,-4],
|
|
b : B,
|
|
c : [B, A],
|
|
d : [-0x1122334455667788, 0x1122334455667788]
|
|
}
|
|
],
|
|
e: 1,
|
|
f: [-0x8000000000000000, 0x7FFFFFFFFFFFFFFF]
|
|
}
|
|
} |