A library for reading and writing files of the PHP phar format.
Currently, this library only supports read-only and write-only styles.
pub use read::Reader;
reader
pub use write::create;
writer