blob: 7b55db937d63da2068cfafc0dc2dc6382ba15d7b [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, DriverPackageType};