updatehub-package-schema 2.2.0

UpdateHub Packages metadata schemas
Documentation
// Copyright (C) 2019 O.S. Systems Sofware LTDA
//
// SPDX-License-Identifier: Apache-2.0

mod chunk_size;
mod count;
mod filesystem;
pub mod install_if_different;
mod skip;
mod target_format;
pub mod target_permissions;
mod target_type;
mod truncate;

pub use chunk_size::ChunkSize;
pub use count::Count;
pub use filesystem::Filesystem;
pub use install_if_different::InstallIfDifferent;
pub use skip::Skip;
pub use target_format::TargetFormat;
pub use target_permissions::TargetPermissions;
pub use target_type::TargetType;
pub use truncate::Truncate;