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
Currently we only support Crc32c and Gzip codecs, since they are the only ones defined in the specification. However nothing is stopping this project from supporting more bytes -> bytes codecs. Ocaml provides a few libraries to help implement them:
Currently we only support Crc32c and Gzip codecs, since they are the only ones defined in the specification. However nothing is stopping this project from supporting more
bytes -> bytes
codecs. Ocaml provides a few libraries to help implement them:zstd and zstandard for Zstd codec.The text was updated successfully, but these errors were encountered: