hpkg 1.0.0

A native Rust crate to parse Haiku's binary package and repo formats
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod hpkg_common;
pub mod recipe;
pub mod repository;
pub mod repository_writer;
pub mod package;
pub mod package_writer;
pub mod portstree;

extern crate flate2;
extern crate zstd;