cacache 13.0.0

Content-addressable, key-value, high-performance, on-disk cache.
Documentation

cacache

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 10 feature flags, 6 of them enabled by default.

default

  • async-std
  • mmap

async-std

  • dep:async-std
  • futures

mmap

  • memmap2
  • libc

futures

  • dep:futures

memmap2

  • dep:memmap2

libc

  • dep:libc

tokio-runtime

  • tokio
  • tokio-stream
  • futures

tokio

  • dep:tokio

tokio-stream

  • dep:tokio-stream

    This feature flag does not enable additional features.