Function lodepng::deflate
[-]
[+]
[src]
pub fn deflate(input: &[u8], settings: &CompressSettings) -> Result<CVec<u8>, Error>
Compress a buffer with deflate. See RFC 1951.
pub fn deflate(input: &[u8], settings: &CompressSettings) -> Result<CVec<u8>, Error>
Compress a buffer with deflate. See RFC 1951.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).