Docs.rs
llm-coding-tools-core-0.1.0
llm-coding-tools-core 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
Sewer56
Dependencies
async-trait ^0.1
normal
optional
globset ^0.4.18
normal
grep-regex ^0.1.14
normal
grep-searcher ^0.1.16
normal
html-to-markdown-rs ^2.22
normal
ignore ^0.4.25
normal
maybe-async ^0.2
normal
memchr ^2.7.6
normal
parking_lot ^0.12
normal
process-wrap ^9.0
normal
reqwest ^0.13
normal
optional
schemars ^1.2
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0
normal
tokio ^1.49
normal
optional
tempfile ^3.24
dev
tokio ^1.49
dev
wiremock ^0.6
dev
Versions
100%
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
read_to_string
llm_
coding_
tools_
core
0.1.0
In llm_
coding_
tools_
core::
fs
llm_coding_tools_core
::
fs
Function
read_
to_
string
Copy item path
Source
pub async fn read_to_string(path: impl
AsRef
<
Path
>) ->
ToolResult
<
String
>
Expand description
Reads a file to string.