alpkit 0.1.0-pre.2

A library for reading metadata from the APKv2 package format and APKBUILD.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![forbid(unsafe_code)]

pub(crate) mod exit_status_error;
pub(crate) mod key_value_vec_map;
pub(crate) mod macros;
pub(crate) mod serde_key_value;
pub(crate) mod std_ext;
pub(crate) mod tar_ext;

#[cfg(test)]
pub(crate) mod test_utils;