blob: 489e60477fe6cbf7ba97af36b566ac384279ef2e [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#[cfg(target_os = "fuchsia")]
pub mod fuchsia;
#[cfg(target_os = "fuchsia")]
pub use self::fuchsia::*;