Docs.rs
  • io-fs-0.0.1
    • io-fs 0.0.1
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • 30 July 2025
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • soywod
    • Dependencies
      • log ^0.4 normal
      • thiserror ^2 normal
      • tokio ^1 normal optional
      • env_logger ^0.11 dev
      • tempfile ^3.20 dev
      • tokio ^1 dev
    • Versions
    • 76.24% of the crate is documented
  • 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

io_fs0.0.1

Crate Items

  • Structs
  • Enums
  • Functions

List of all items

Structs

  • coroutines::create_dir::CreateDir
  • coroutines::create_dirs::CreateDirs
  • coroutines::create_file::CreateFile
  • coroutines::create_files::CreateFiles
  • coroutines::read_dir::ReadDir
  • coroutines::read_file::ReadFile
  • coroutines::read_files::ReadFiles
  • coroutines::remove_dir::RemoveDir
  • coroutines::remove_dirs::RemoveDirs
  • coroutines::remove_file::RemoveFile
  • coroutines::remove_files::RemoveFiles
  • coroutines::rename::Rename

Enums

  • error::FsError
  • error::FsResult
  • io::FsIo

Functions

  • runtimes::std::create_dir
  • runtimes::std::create_dirs
  • runtimes::std::create_file
  • runtimes::std::create_files
  • runtimes::std::handle
  • runtimes::std::read_dir
  • runtimes::std::read_file
  • runtimes::std::read_files
  • runtimes::std::remove_dir
  • runtimes::std::remove_dirs
  • runtimes::std::remove_file
  • runtimes::std::remove_files
  • runtimes::std::rename
  • runtimes::tokio::create_dir
  • runtimes::tokio::create_dirs
  • runtimes::tokio::create_file
  • runtimes::tokio::create_files
  • runtimes::tokio::handle
  • runtimes::tokio::read_dir
  • runtimes::tokio::read_file
  • runtimes::tokio::read_files
  • runtimes::tokio::remove_dir
  • runtimes::tokio::remove_dirs
  • runtimes::tokio::remove_file
  • runtimes::tokio::remove_files
  • runtimes::tokio::rename