Docs.rs
  • virtual-filesystem-0.2.1
    • virtual-filesystem 0.2.1
    • Permalink
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • MrElectrify
    • Dependencies
      • duplicate ^1.0 normal
      • enumflags2 ^0.7 normal
      • itertools ^0.12 normal
      • mockall ^0.12 normal
      • normalize-path ^0.2 normal
      • parking_lot ^0.12 normal
      • path-slash ^0.2 normal
      • tar ^0.4 normal
      • zip ^0.6 normal
      • xz ^0.1 dev
    • Versions
    • 95.82% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

virtual_filesystem0.2.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • MockFileSystem
  • __mock_MockFileSystem_FileSystem::__create_dir::Expectation
  • __mock_MockFileSystem_FileSystem::__create_dir_all::Expectation
  • __mock_MockFileSystem_FileSystem::__create_file::Expectation
  • __mock_MockFileSystem_FileSystem::__exists::Expectation
  • __mock_MockFileSystem_FileSystem::__metadata::Expectation
  • __mock_MockFileSystem_FileSystem::__open_file::Expectation
  • __mock_MockFileSystem_FileSystem::__open_file_options::Expectation
  • __mock_MockFileSystem_FileSystem::__read_dir::Expectation
  • __mock_MockFileSystem_FileSystem::__remove_dir::Expectation
  • __mock_MockFileSystem_FileSystem::__remove_file::Expectation
  • file::DirEntry
  • file::Metadata
  • file::OpenOptions
  • memory_fs::MemoryFS
  • mountable_fs::MountableFS
  • physical_fs::PhysicalFSImpl
  • roc_fs::RocFS
  • tar_fs::TarFS
  • zip_fs::ZipFS

Enums

  • file::FileType

Traits

  • FileSystem
  • file::File
  • tar_fs::FileSystemFilter

Functions

  • util::component_iter
  • util::create_dir_all
  • util::normalize_path
  • util::parent_iter

Type Aliases

  • error::Result
  • physical_fs::PhysicalFS
  • physical_fs::SandboxedPhysicalFS