blob: a5e0935dce4ce21a1c606e4d8ae433100a6ea6d1 [file] [log] [blame]
// Copyright 2020 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.
#![warn(missing_docs)]
//! Crate to provide fidl logging and test setup helpers for conformance tests
//! for io.fidl.
/// Allows logging of requests from a io.Directory channel.
pub mod directory_request_logger;
/// Allows aggregating requests from many io1 protocol channel loggers into one
/// source.
pub mod io1_request_logger_factory;