blob: c3eca6916a1ffe42d237920e85bfc78c12c9a75d [file] [log] [blame]
// Copyright 2021 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 interacting with a package list.
mod package_list;
// Classes used to generate package lists.
pub use package_list::{PackageList, PackageUrlList, WritablePackageList};