blob: df0e17c62d678e9b3824087e144c4e4822c84b40 [file] [log] [blame]
// Copyright 2023 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 the Subpackage Blobs Package.
mod subpackage_blobs_package;
pub use subpackage_blobs_package::SubpackageBlobsPackageBuilder;