Docs.rs
simple-fs-0.7.3
simple-fs 0.7.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jeremychone
Dependencies
byteorder ^1.5
normal
optional
camino ^1
normal
derive_more ^2.0
normal
flume ^0.11.1
normal
globset ^0.4
normal
memchr ^2
normal
notify ^8
normal
notify-debouncer-full ^0.6
normal
path-clean ^1.0.1
normal
pathdiff ^0.2.2
normal
serde ^1
normal
optional
serde_json ^1
normal
optional
toml ^0.9
normal
optional
walkdir ^2
normal
Versions
30.85%
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
Settings
Help
create_file
simple_
fs
0.7.3
Structs
DebouncedEvent
ListOptions
PrettySizeOptions
SEvent
SFile
SMeta
SPath
SWatcher
Enums
Error
SEventKind
SizeUnit
Constants
DEFAULT_EXCLUDE_GLOBS
Functions
create_file
csv_row_spans
ensure_dir
ensure_file_dir
get_buf_reader
get_buf_writer
get_depth
get_glob_set
into_collapsed
into_normalized
is_collapsed
iter_dirs
iter_files
line_spans
list_dirs
list_files
longest_base_path_wild_free
needs_normalize
open_file
pretty_size
pretty_size_with_options
read_span
read_to_string
sort_by_globs
try_into_collapsed
watch
Type Aliases
Result
simple_fs
Function
create_
file
Copy item path
Source
Search
Settings
Help
Summary
pub fn create_file(file_path: impl
AsRef
<
Path
>) ->
Result
<
File
>