Commits for details. Highlights: - `flate` returns `CVec<u8>` to save reallocating a whole new `&[u8]` - a lot of `transmute`s removed outright or replaced with `as` (etc.) |
||
|---|---|---|
| .. | ||
| io | ||
| bookkeeping.rs | ||
| lib.rs | ||
| task.rs | ||
Commits for details. Highlights: - `flate` returns `CVec<u8>` to save reallocating a whole new `&[u8]` - a lot of `transmute`s removed outright or replaced with `as` (etc.) |
||
|---|---|---|
| .. | ||
| io | ||
| bookkeeping.rs | ||
| lib.rs | ||
| task.rs | ||