fuchsia_cobalt_builders/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#![deny(missing_docs)]
6
7//! Helpers for building MetricEvent objects
8
9pub mod metric_event_builder;
10
11pub use metric_event_builder::MetricEventExt;