You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Update zip_writer documentation example (#431)
* Update zip_writer documentation example
Replace the fixed size buffer example with a dynamic Vec
Since the buffer size was of fixed, size, the resulting zip file was always the
same size, defeating the purpose of compression
* Comment inside an example needs "/// //"
Signed-off-by: Chris Hennick <[email protected]>
---------
Signed-off-by: Chris Hennick <[email protected]>
Co-authored-by: Chris Hennick <[email protected]>
0 commit comments