Struct rust_lzo::LZOContext [] [src]

pub struct LZOContext { /* fields omitted */ }

Methods

impl LZOContext
[src]

compress input into output returns an error if the Vec is not large enough

returns a slice containing the compressed data

returns a slice containing the decompressed data

Trait Implementations

impl Drop for LZOContext
[src]

A method called when the value goes out of scope. Read more