blob: 40e7c0e1792cc5a4e552200bcf746b8385d26c1b [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.
// This mod contains the inspect broker, a broker which registers with a message hub to watch
// messages between proxies and setting handlers in order to record settings values to inspect.
pub mod inspect_broker;