Docs.rs
  • mmap-io-0.8.0
    • mmap-io 0.8.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • jamesgober
    • Dependencies
      • anyhow ^1.0 normal
      • cfg-if ^1.0 normal
      • libc ^0.2 normal
      • log ^0.4 normal
      • memmap2 ^0.7 normal
      • parking_lot ^0.12 normal
      • thiserror ^1.0 normal
      • tokio ^1.38 normal optional
      • criterion ^0.5 dev
      • tempfile ^3 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

mmap_io0.8.0

Crate Items

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • iterator::ChunkIterator
  • iterator::ChunkIteratorMut
  • iterator::PageIterator
  • mmap::MappedSliceMut
  • mmap::MemoryMappedFile
  • mmap::MemoryMappedFileBuilder
  • segment::Segment
  • segment::SegmentMut
  • watch::ChangeEvent
  • watch::WatchHandle

Enums

  • advise::MmapAdvice
  • errors::MmapIoError
  • flush::FlushPolicy
  • mmap::MmapMode
  • watch::ChangeKind

Functions

  • manager::async::copy_mmap_async
  • manager::async::create_mmap_async
  • manager::async::delete_mmap_async
  • manager::copy_mmap
  • manager::create_mmap
  • manager::delete_mmap
  • manager::flush
  • manager::load_mmap
  • manager::update_region
  • manager::write_mmap
  • utils::align_up
  • utils::ensure_in_bounds
  • utils::page_size
  • utils::slice_range

Type Aliases

  • errors::Result