blob: 67a56176c825e3ce96fd007f2413c7326e991ed3 [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.
#![deny(missing_docs)]
//! Library for constructing driver manifests.
mod driver_manifest;
pub use driver_manifest::DriverManifestBuilder;
pub use driver_manifest::DriverPackageType;