W3cubDocs

/Rust

Module fs

🔬This is a nightly-only experimental API. (wasi_ext #71213)
Available on WASI only.

WASI-specific extensions to primitives in the std::fs module.

Traits

DirEntryExtExperimental
WASI-specific extension methods for fs::DirEntry.
FileExtExperimental
WASI-specific extensions to File.
FileTypeExtExperimental
WASI-specific extensions for fs::FileType.
MetadataExtExperimental
WASI-specific extensions to fs::Metadata.
OpenOptionsExtExperimental
WASI-specific extensions to fs::OpenOptions.

Functions

linkExperimental
Creates a hard link.
renameExperimental
Renames a file or directory.
symlinkExperimental
Creates a symbolic link.
symlink_pathExperimental
Creates a symbolic link.

© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/os/wasi/fs/index.html