Skip to main content

multifile/
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.multifile` by zither, a Fuchsia platform tool.
7
8#![no_std]
9
10// The following `use ... as _;` declarations satisfy any unused-crate-dependencies
11// errors for unconditionally depended-on crates.
12use bitflags as _;
13use zerocopy as _;
14
15mod a;
16pub use a::*;
17
18mod b;
19pub use b::*;
20
21mod c;
22pub use c::*;