Files
rust/src
Tobias Bucher 1b894c65de Improve error handling in libflate
This removes the error case of the compression functions, the only errors that
can occur are incorrect parameters or an out-of-memory condition, both of which
are handled with panics in Rust.

Also introduces an extensible `Error` type instead of returning an `Option`.
2015-03-16 19:15:20 +01:00
..
2015-01-30 14:53:34 -08:00
2015-02-11 14:49:06 -08:00
2015-03-13 10:00:28 -07:00
2015-03-11 21:11:40 -04:00
2015-03-11 21:11:40 -04:00
2015-03-11 21:11:40 -04:00
2015-02-12 20:36:17 -08:00