-
-
-
-
-
flate2-rs:为Rust进行DEFLATE,gzip和zlib绑定
... ,即miniz.c到纯Rust的端口。 此板条箱还支持其他,例如广泛使用的zlib库或高性能zlib-ng库。
支持的格式:
放气
zlib
gzip
# Cargo.toml
[ dependencies ]
flate2 = " 1.0 "
压缩
use std :: io :: prelude :: * ;
use flate2 :: Compression;
use flate2 :: write :: ZlibEncoder;
fn main () {
let ...
-
-
ffi-zlib
... library.
Installation
============
[sudo] gem install ffi-zlib
Usage
=====
ffi-zlib being a very thin wrapper roughly reproducing the zlib header(s), you can simply refer to the zlib [manual](http://www.zlib.net/manual.html) for details and usage ...
-
-
-
lua-zlib
... of the version dynamically linked in.
function stream = zlib.deflate([ int compression_level ], [ int window_size ])
If no compression_level ... library returns a
numeric tuple (see above).
* zlib.{adler,crc}32() in lzlib returns the {adler,crc} ...
-
zlib
...
the header is skipped. If the input-stream is not positioned on the
gzip header then nothing is done.
License
-------
The zlib source code is licensed under the terms of the
[Lisp Lesser GNU Public License](http://opensource.franz.com/preamble.html), ...
-