blob: 11ac4fc902998434628604b45faf9f5329e6e630 [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 registry and setting handlers in order to record settings values to inspect.
pub mod inspect_broker;