phar 0.0.2

Rust library for PHP phar format
Documentation
1
2
3
4
5
6
7
8
9
10
# phar
[![GitHub actions](https://github.com/SOF3/phar.rs/workflows/CI/badge.svg)](https://github.com/SOF3/phar.rs/actions?query=workflow%3ACI)
[![crates.io](https://img.shields.io/crates/v/phar.svg)](https://crates.io/crates/phar)
[![crates.io](https://img.shields.io/crates/d/phar.svg)](https://crates.io/crates/phar)
[![docs.rs](https://docs.rs/phar/badge.svg)](https://docs.rs/phar)
[![GitHub](https://img.shields.io/github/stars/SOF3/phar?style=social)](https://github.com/SOF3/phar)

Rust library for PHP phar format

See the [tests/reader.rs](./tests/reader.rs) and [tests/writer.rs](./tests/writer.rs) directory for example code.