bind_bindlibparent_codegen_testlib/bindlibparent_codegen_testlib_lib.rs
1// Copyright 2022 The Fuchsia Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// WARNING: This file is machine generated by bindc.
6
7#![allow(unused_crate_dependencies)]
8
9
10pub const PIZZA: &str = "bindlibparent.codegen.testlib.Pizza";
11pub const PIZZA_CHEESE: &str = "cheese pizza";
12pub const PIZZA_PEPPERONI: &str = "pepperoni pizza";
13
14pub const GRIT: &str = "bindlibparent.codegen.testlib.Grit";
15pub const GRIT_COARSE: u32 = 100;
16pub const GRIT_MEDIUM: u32 = 200;