fidl_data_zither_constants/
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// DO NOT EDIT.
6// Generated from FIDL library `zither.constants` by zither, a Fuchsia platform tool.
7
8// This crate takes an unconditional dependency on several crates. These
9// declarations satisfy any unused-crate-dependencies error that would
10// otherwise arise in cases where these crates goes unused.
11use {bitflags as _, zerocopy as _};
12
13mod constants;
14pub use constants::*;