fmmap 0.3.3

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

default

  • sync

sync

  • dep:fs4
  • fs4?/sync

std-async

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

tokio-async

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

smol-async

  • dep:fs4
  • fs4?/smol-async
  • async-trait
  • dep:async-trait
  • dep:pin-project-lite
  • dep:smol

async-std

  • dep:async-std

tokio

  • dep:tokio

async-trait

  • dep:async-trait

nightly

    This feature flag does not enable additional features.