Sign in
fuchsia
/
third_party
/
github.com
/
google
/
flatbuffers
/
0e047869daf1e711f93722470c4a23f1f33a560d
/
.
/
goldens
/
rust
/
generate.py
blob: f3a568fef89acdd9b8787d7121e8e1df555d8ec4 [
file
] [
log
] [
blame
]
from
golden_utils
import
flatc_golden
def
flatc
(
options
,
schema
):
# Wrap the golden flatc generator with Rust specifics
flatc_golden
(
options
=[
"--rust"
]
+
options
,
schema
=
schema
,
prefix
=
"rust"
)
def
GenerateRust
():
flatc
([],
"basic.fbs"
)