Docs.rs
x-common-lib-0.1.8
x-common-lib 0.1.8
Permalink
Docs.rs crate page
MPL-2.0
Links
crates.io
Source
Owners
dqdeep
Dependencies
lazy_static ^1.4.0
normal
md5 ^0.7.0
normal
protobuf ^3.2.0
normal
protobuf-parse ^3.2.0
normal
regex ^1.8.4
normal
serde ^1.0.163
normal
serde_json ^1.0.96
normal
time ^0.3.21
normal
tokio ^1.28.1
normal
toml ^0.8.6
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
Versions
8.01%
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
xCommon
Lib
0.1.8
In xCommon
Lib::
utils::
file_
utils
xCommonLib
::
utils
::
file_utils
Function
read_file_as_string
Copy item path
Source
pub async fn read_file_as_string(file_path: &
str
) ->
Result
<
String
>