Skip to content

v0.16.7

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 20:01
· 18 commits to main since this release
327877a

Highlights

  • make compressions mod always enabled and allow making all compression algorithms optional
    • to enable all compression algorithms,
      use oneio = { version = "0.16", default-features = false, features = ["compressions"] }
    • to enable specific compression algorithms,
      use oneio = { version = "0.16", default-features = false, features = ["gz", "bz", "lz", "xz"] }