sqlite-compressions 0.2.10

Compression, decompression, testing, diffing and patching functions for SQLite: gzip, brotli, bsdiff, ...
Documentation

sqlite-compressions

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 9 feature flags, 7 of them enabled by default.

default

  • trace
  • brotli
  • bsdiff4
  • bsdiffraw
  • bzip2
  • gzip

trace

  • dep:log

brotli

  • dep:brotli

bsdiff4

  • dep:qbsdiff

bsdiffraw

  • dep:bsdiff

bzip2

  • dep:bzip2

gzip

  • dep:flate2

default_loadable_extension

  • loadable_extension
  • brotli
  • bsdiff4
  • bsdiffraw
  • bzip2
  • gzip

loadable_extension

  • rusqlite/loadable_extension
  • rusqlite/trace