pifu 0.3.3

Cross platform package build tool
Documentation
// Copyright (c) 2021 Xu Shaohua <shaohua@biofan.org>. All rights reserved.
// Use of this source is governed by General Public License that can be found
// in the LICENSE file.

pub mod archive;
pub mod compress;
pub mod config;
mod file_pattern;
pub mod fileset;
pub mod hash;
pub mod utils;

pub use config::{Arch, GlobPatterns, Metadata, PlatformTarget};
pub use file_pattern::{expand_file_macro, expand_file_macro_simple};