phar 0.0.3

Rust library for PHP phar format
Documentation

phar

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 16 feature flags, 15 of them enabled by default.

default

  • reader
  • writer
  • sig-md5
  • sig-sha1
  • sig-sha2
  • comp-zlib
  • comp-bzip

reader

    This feature flag does not enable additional features.

writer

  • crc32fast

sig-md5

  • md-5
  • digest

sig-sha1

  • sha-1
  • digest

sig-sha2

  • sha2
  • digest

comp-zlib

  • flate2

comp-bzip

  • bzip2

crc32fast

    This feature flag does not enable additional features.

md-5

    This feature flag does not enable additional features.

digest

    This feature flag does not enable additional features.

sha-1

    This feature flag does not enable additional features.

sha2

    This feature flag does not enable additional features.

flate2

    This feature flag does not enable additional features.

bzip2

    This feature flag does not enable additional features.

docsrs

    This feature flag does not enable additional features.