hpkg 0.0.1

A native Rust crate to parse Haiku's binary package and repo formats
Documentation
# hpkg

hpkg is a [Rust](https://rust-lang.org) crate to manipulate Haiku's packages and repository cache files.

# Unit Testing

```
cargo test
```

# License

Copyright 2018-2020, Alexander von Gluck IV. All rights reserved.
Released under the terms of the MIT License.

# Reference

  * [On disk format]https://git.haiku-os.org/haiku/tree/headers/private/package/hpkg/HPKGDefsPrivate.h
  * [Documentation]https://github.com/haiku/haiku/blob/master/docs/develop/packages/FileFormat.rst