preflate-rs 0.6.3

Decompresses existing DEFLATE streams to allow for better compression (eg with ZStandard) while allowing the exact original binary DEFLATE stream to be recreated by detecting the parameters used during compression.
Documentation
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Preflate.Rust</id>
    <version>0.6.3.0</version>
    <title>PreflateRs Compression Rust binaries and libraries</title>
    <authors>kristofr</authors>
    <owners>kristofr</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Preflate Rust binaries and libraries</description>
    <tags>lepton</tags>
  </metadata>
  <files>
    <file src="..\target\debug\preflate_rs.dll" target="lib\debug\x64" />
    <file src="..\target\debug\preflate_rs.pdb" target="lib\debug\x64" />

    <file src="..\target\release\preflate_rs.dll" target="lib\release\x64" />
    <file src="..\target\release\preflate_rs.pdb" target="lib\release\x64" />
  </files>
</package>