blob: ff132abe2259e890c1db2c82daa57acb064640d4 [file] [log] [blame]
// Copyright 2019 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.
#[cfg(test)]
#[macro_use]
mod test;
mod creation_manifest;
mod errors;
mod meta_contents;
mod meta_package;
mod path;
pub use crate::creation_manifest::CreationManifest;
pub use crate::meta_contents::MetaContents;
pub use crate::meta_package::MetaPackage;
pub use crate::path::{check_package_name, check_package_variant, check_resource_path};