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
The bzip2::Compression type only allows the options Fastest (1), Default (6), or Best (9). There seems to be no way to specify a compression level of, say, 4.
Perhaps it would be better to make bzip2::Compression work like flate2::Compression (which does allow arbitrary numbers), since the two crates already have very similar APIs otherwise?
The text was updated successfully, but these errors were encountered:
The
bzip2::Compression
type only allows the optionsFastest
(1),Default
(6), orBest
(9). There seems to be no way to specify a compression level of, say, 4.Perhaps it would be better to make
bzip2::Compression
work likeflate2::Compression
(which does allow arbitrary numbers), since the two crates already have very similar APIs otherwise?The text was updated successfully, but these errors were encountered: