Docs.rs
snippy-0.2.2
snippy 0.2.2
Permalink
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
nikhil-pandey
Dependencies
arboard ^3.4.0
normal
async-trait ^0.1.81
normal
chrono ^0.4.38
normal
clap ^4.5.16
normal
diffy ^0.4.0
normal
futures ^0.3
normal
glob ^0.3.1
normal
markdown ^1.0.0-alpha.21
normal
once_cell ^1.19.0
normal
regex ^1.10.6
normal
reqwest ^0.11.24
normal
serde ^1.0.208
normal
serde_json ^1.0.125
normal
tempfile ^3.12.0
normal
thiserror ^1.0.63
normal
tiktoken-rs ^0.5.9
normal
tokio ^1.39.3
normal
tracing ^0.1.40
normal
tracing-subscriber ^0.3.18
normal
uuid ^1.10.0
normal
walkdir ^2.5.0
normal
tracing-test ^0.2.5
dev
Versions
6.15%
of the crate is documented
Platform
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
Skip to main content
read_file_content
snippy
0.2.2
In snippy::
utils
snippy
::
utils
Function
read_
file_
content
Copy item path
Source
pub async fn read_file_content( file_path: &
str
, ) ->
Result
<
String
,
ClipboardError
>