fmmap 0.3.2

A flexible and convenient high-level mmap for zero-copy file I/O.
Documentation

fmmap

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

default

  • sync

sync

  • fs4/sync

std-async

  • fs4/std-async
  • async-trait
  • pin-project-lite
  • async-std/async-io
  • async-std/futures-lite
  • futures-util/io

tokio-async

  • fs4/tokio-async
  • async-trait
  • pin-project-lite
  • tokio/io-std
  • tokio/io-util
  • tokio/fs

smol-async

  • fs4/smol-async
  • async-trait
  • pin-project-lite
  • smol

nightly

    This feature flag does not enable additional features.

pin-project-lite

    This feature flag does not enable additional features.

smol

    This feature flag does not enable additional features.

tokio

    This feature flag does not enable additional features.

async-trait

    This feature flag does not enable additional features.

fs4

    This feature flag does not enable additional features.

async-std

    This feature flag does not enable additional features.

futures-util

    This feature flag does not enable additional features.