[−][src]Crate phar
A library for reading and writing files of the PHP phar format.
Currently, this library only supports read-only and write-only styles.
Modules
| read | readerUtilities for read-only phar archives |
| write | writerUtilities for write-only phar archives |
Structs
| Reader | readerThe metadata of a phar file. |
Enums
| Compression | A file compression method. |
| Signature | A possible phar signature |
Functions
| create | Creates a phar file. |