Docs.rs
simple-fs-0.6.4
simple-fs 0.6.4
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
notify ^8
normal
notify-debouncer-full ^0.5
normal
path-clean ^1.0.1
normal
pathdiff ^0.2.2
normal
serde ^1
normal
optional
serde_json ^1
normal
optional
toml ^0.8
normal
optional
walkdir ^2
normal
Versions
30.67%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
simple_
fs
0.6.4
simple_fs
Function
read_to_string
Copy item path
Source
pub fn read_to_string(file_path: impl
AsRef
<
Path
>) ->
Result
<
String
>